Uses of Class
net.grelf.grip.ColourGraph.GRAPH_KIND

Packages that use ColourGraph.GRAPH_KIND
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.3.16 
 

Uses of ColourGraph.GRAPH_KIND in net.grelf.grip
 

Methods in net.grelf.grip that return ColourGraph.GRAPH_KIND
static ColourGraph.GRAPH_KIND ColourGraph.GRAPH_KIND.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColourGraph.GRAPH_KIND[] ColourGraph.GRAPH_KIND.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.grelf.grip with parameters of type ColourGraph.GRAPH_KIND
ColourGraph(BlobMeasList meases, ColourGraph.GRAPH_KIND kind)