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

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

Uses of ShapeDirection in metricsOverlay.model.augmentation
 

Methods in metricsOverlay.model.augmentation that return ShapeDirection
 ShapeDirection MarginAugmentation.getShapeDirection()
           
 

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

Uses of ShapeDirection in metricsOverlay.model.augmentation.other
 

Methods in metricsOverlay.model.augmentation.other that return ShapeDirection
static ShapeDirection ShapeDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ShapeDirection[] ShapeDirection.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 ShapeDirection
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.