NetCharts Pro

Uses of Class
netcharts.pro.common.NFActiveLabel

Packages that use NFActiveLabel
netcharts.pro.charts.box Main interface for working with box charts. 
netcharts.pro.charts.diagram Main interface for working with diagram charts. 
netcharts.pro.charts.dial Main interface for working with dial charts. 
netcharts.pro.common Provides general use classes for chart objects and utilities. 
netcharts.pro.common.circular Classes for manipulating axes and lines for circular based charts. 
netcharts.pro.common.rectangular Common classes for charts that have rectangular axes. 
netcharts.pro.event Class objects for managing asynchronous chart events. 
 

Uses of NFActiveLabel in netcharts.pro.charts.box
 

Methods in netcharts.pro.charts.box with parameters of type NFActiveLabel
 void NFBoxchart.addMeanActiveLabel(NFActiveLabel activeLabel)
          Adds a single active label to the list of mean active labels for this set.
 

Uses of NFActiveLabel in netcharts.pro.charts.diagram
 

Methods in netcharts.pro.charts.diagram that return NFActiveLabel
 NFActiveLabel NFPoly.getActiveLabel()
          Returns the active, or popup, label to use when hovering over the polygon shape.
 NFActiveLabel NFNode.getActiveLabel()
          Gets the node's active label.
 

Methods in netcharts.pro.charts.diagram with parameters of type NFActiveLabel
 void NFPoly.setActiveLabel(NFActiveLabel activeLabel)
          Sets the active, or popup, label to use when hovering over the polygon shape.
 void NFNode.setActiveLabel(NFActiveLabel activeLabel)
          Sets the node's active label.
 

Uses of NFActiveLabel in netcharts.pro.charts.dial
 

Methods in netcharts.pro.charts.dial that return NFActiveLabel
 NFActiveLabel NFDialSector.getActiveLabel()
          Get the sector's active label.
 NFActiveLabel NFDialHand.getActiveLabel()
          Get the active label for this hand.
 NFActiveLabel NFDial.getActiveLabel()
          Gets the active label for this dial.
 

Methods in netcharts.pro.charts.dial with parameters of type NFActiveLabel
 void NFDialSector.setActiveLabel(NFActiveLabel activeLabel)
          Set the sector's active label.
 void NFDialHand.setActiveLabel(NFActiveLabel activeLabel)
          Set the active label for this hand.
 void NFDial.setActiveLabel(NFActiveLabel activeLabel)
          Sets the active label for this dial.
 

Uses of NFActiveLabel in netcharts.pro.common
 

Methods in netcharts.pro.common that return NFActiveLabel
 NFActiveLabel NFTitle.getActiveLabel()
          Get the title active label
 NFActiveLabel NFGraph.getBackgroundActiveLabel()
          Gets the background active label.
 

Methods in netcharts.pro.common with parameters of type NFActiveLabel
 void NFLegend.addActiveLabel(NFActiveLabel activeLabel)
          Add an active label item to the list of active labels.
 void NFBaseSet.addActiveLabel(NFActiveLabel activeLabel)
          Adds a single active label to the list of active labels for this set.
 void NFTitle.setActiveLabel(NFActiveLabel activeLabel)
          Set active label for this title
 void NFGraph.setBackgroundActiveLabel(NFActiveLabel backgroundActiveLabel)
          Sets the background active label.
 

Uses of NFActiveLabel in netcharts.pro.common.circular
 

Methods in netcharts.pro.common.circular that return NFActiveLabel
 NFActiveLabel NFBaseRadialAxis.getTitleActiveLabel()
          Gets the NFActiveLabel for popup/drilldown on the axis title
 

Methods in netcharts.pro.common.circular with parameters of type NFActiveLabel
 void NFBaseRadialAxis.setTitleActiveLabel(NFActiveLabel titleActiveLabel)
          Sets the NFActiveLabel for popup/drilldown on the axis title
 

Uses of NFActiveLabel in netcharts.pro.common.rectangular
 

Methods in netcharts.pro.common.rectangular that return NFActiveLabel
 NFActiveLabel NFAxis.getTitleActiveLabel()
          Gets the NFActiveLabel for popup/drilldown on the axis title
 

Methods in netcharts.pro.common.rectangular with parameters of type NFActiveLabel
 void NFAxis.setTitleActiveLabel(NFActiveLabel titleActiveLabel)
          Sets the NFActiveLabel for popup/drilldown on the axis title
 

Uses of NFActiveLabel in netcharts.pro.event
 

Methods in netcharts.pro.event that return NFActiveLabel
 NFActiveLabel NFChartActionEvent.getActiveLabelObject()
          Creates an active label object that contains the same information as that which generated this event.
 

Methods in netcharts.pro.event with parameters of type NFActiveLabel
 boolean NFChartDwellListener.dwellDisplay(boolean onoff, NFActiveLabel label)
          Method called when a NFChartEvent.DWELL event occurs.
 boolean NFChartDwellListener.dwellPress(java.awt.Event evt, int x, int y, NFActiveLabel label)
          Method called when a NFChartEvent.DWELLPRESS event occurs.
 


NetCharts Pro


Visual Mining, Inc.
2099 Gaither Rd.
Suite 220
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2011
All Rights Reserved.

NetCharts Pro TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Jun 28, 2011