Uses of Class
com.metsci.glimpse.charts.vector.display.xmlgen.ShapeTypeSpec

Packages that use ShapeTypeSpec
com.metsci.glimpse.charts.vector.display.xmlgen   
com.metsci.glimpse.charts.vector.painter   
 

Uses of ShapeTypeSpec in com.metsci.glimpse.charts.vector.display.xmlgen
 

Methods in com.metsci.glimpse.charts.vector.display.xmlgen that return ShapeTypeSpec
static ShapeTypeSpec ShapeTypeSpec.fromValue(java.lang.String v)
           
 ShapeTypeSpec ShapeSpec.getShapetypespec()
          Gets the value of the shapetypespec property.
static ShapeTypeSpec ShapeTypeSpec.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ShapeTypeSpec[] ShapeTypeSpec.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metsci.glimpse.charts.vector.display.xmlgen with parameters of type ShapeTypeSpec
 void ShapeSpec.setShapetypespec(ShapeTypeSpec value)
          Sets the value of the shapetypespec property.
 

Uses of ShapeTypeSpec in com.metsci.glimpse.charts.vector.painter
 

Methods in com.metsci.glimpse.charts.vector.painter with parameters of type ShapeTypeSpec
static ShapeSpec EncPainterUtils.createShape(ShapeTypeSpec shapeType, PolygonPainterSpec polySpec)
           
static ShapeSpec EncPainterUtils.createShape(ShapeTypeSpec shapeType, TrackPainterSpec trackSpec)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.