Uses of Class
metricsOverlay.model.augmentation.other.ShapeType

Packages that use ShapeType
metricsOverlay.model.augmentation Provides the augmentation type descriptions for the model. 
metricsOverlay.model.augmentation.other Gives additional functionality to the augmentation classes. 
 

Uses of ShapeType in metricsOverlay.model.augmentation
 

Methods in metricsOverlay.model.augmentation that return ShapeType
 ShapeType MarginAugmentation.getShapeType()
           
 

Methods in metricsOverlay.model.augmentation with parameters of type ShapeType
 void MarginAugmentation.setShape(ShapeType sType, ShapeDirection sDir)
           
 

Uses of ShapeType in metricsOverlay.model.augmentation.other
 

Methods in metricsOverlay.model.augmentation.other that return ShapeType
static ShapeType ShapeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ShapeType[] ShapeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in metricsOverlay.model.augmentation.other with parameters of type ShapeType
static java.util.Set<int[]> ShapeManager.getShape(int lineHeight, ShapeType type, ShapeDirection dir)
          This method returns a set of the points required to render a polygon, this is centered within a provided line height.