NetCharts Pro

Uses of Class
netcharts.pro.common.NFPoint

Packages that use NFPoint
netcharts.pro.charts.diagram Main interface for working with diagram charts. 
netcharts.pro.common Provides general use classes for chart objects and utilities. 
 

Uses of NFPoint in netcharts.pro.charts.diagram
 

Methods in netcharts.pro.charts.diagram that return NFPoint
 NFPoint NFNode.getPoint()
          Return the pixel location of the node.
 

Methods in netcharts.pro.charts.diagram with parameters of type NFPoint
 void NFNode.setPoint(NFPoint point)
          Sets the pixel location of the node.
 

Uses of NFPoint in netcharts.pro.common
 

Methods in netcharts.pro.common that return NFPoint
 NFPoint NFNote.getPoint1()
          Get this note's first location
 NFPoint NFNote.getPoint2()
          Get this note's second location.
 NFPoint NFNote.getPoint3()
          Get this note's third location.
 NFPoint NFLegend.getPosition()
          Get legend position
 

Methods in netcharts.pro.common with parameters of type NFPoint
 void NFNote.setPoint1(NFPoint p1)
          Set the starting location of the note.
 void NFNote.setPoint2(NFPoint p2)
          Set the second note location
 void NFNote.setPoint3(NFPoint p3)
          Set the third note location
 void NFLegend.setPosition(NFPoint position)
          Set legend position.
 

Constructors in netcharts.pro.common with parameters of type NFPoint
NFNote(java.lang.String text, NFPoint point)
          Constructs a note with the given text and location.
NFPoint(NFPoint p)
          Constructs a new NFPoint object with the X/Y values in the NFPoint argument.
 


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