Uses of Class
uk.ac.rdg.resc.edal.graphics.style.ArrowLayer.ArrowDirectionConvention
-
Packages that use ArrowLayer.ArrowDirectionConvention Package Description uk.ac.rdg.resc.edal.graphics.style Definitions of the style-system, as well as implementations of various style types -
-
Uses of ArrowLayer.ArrowDirectionConvention in uk.ac.rdg.resc.edal.graphics.style
Methods in uk.ac.rdg.resc.edal.graphics.style that return ArrowLayer.ArrowDirectionConvention Modifier and Type Method Description static ArrowLayer.ArrowDirectionConvention
ArrowLayer.ArrowDirectionConvention. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArrowLayer.ArrowDirectionConvention[]
ArrowLayer.ArrowDirectionConvention. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.rdg.resc.edal.graphics.style with parameters of type ArrowLayer.ArrowDirectionConvention Constructor Description ArrowLayer(String directionFieldName, Integer arrowSize, Color arrowColour, Color arrowBackground, ArrowLayer.ArrowStyle arrowStyle, ArrowLayer.ArrowDirectionConvention arrowDirectionConvention)
ColouredSizedArrowLayer(String directionField, String arrowSizeField, String arrowColourField, Integer arrowMinSize, Integer arrowMaxSize, ScaleRange scale, ColourScheme arrowColourScheme, ArrowLayer.ArrowStyle arrowStyle, ArrowLayer.ArrowDirectionConvention arrowDirectionConvention)
Instantiates a newColouredSizedArrowLayer
SizedArrowLayer(String directionFieldName, String magnitudeFieldName, Integer minArrowSize, Integer maxArrowSize, ScaleRange magnitudeScaleRange, Color arrowColour, ArrowLayer.ArrowStyle arrowStyle, ArrowLayer.ArrowDirectionConvention arrowDirectionConvention)
-