Uses of Class
net.grelf.grip.XYText

Packages that use XYText
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.4.3 
 

Uses of XYText in net.grelf.grip
 

Methods in net.grelf.grip that return types with arguments of type XYText
 java.util.List<XYText> PointList.getLabels()
          Get a reference to the list of displayable XYText labels (may be null).
 

Method parameters in net.grelf.grip with type arguments of type XYText
 void PointList.setLabels(java.util.List<XYText> someLabels)
          Set a reference to a list of XYText labels.