Uses of Class
uk.ac.rdg.resc.edal.graphics.style.ArrowLayer.ArrowStyle
-
Packages that use ArrowLayer.ArrowStyle 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.ArrowStyle in uk.ac.rdg.resc.edal.graphics.style
Methods in uk.ac.rdg.resc.edal.graphics.style that return ArrowLayer.ArrowStyle Modifier and Type Method Description static ArrowLayer.ArrowStyle
ArrowLayer.ArrowStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArrowLayer.ArrowStyle[]
ArrowLayer.ArrowStyle. 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.ArrowStyle Constructor Description ArrowLayer(String directionFieldName, Integer arrowSize, Color arrowColour, Color arrowBackground, ArrowLayer.ArrowStyle arrowStyle)
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)
SizedArrowLayer(String directionFieldName, String magnitudeFieldName, Integer minArrowSize, Integer maxArrowSize, ScaleRange magnitudeScaleRange, Color arrowColour, ArrowLayer.ArrowStyle arrowStyle, ArrowLayer.ArrowDirectionConvention arrowDirectionConvention)
-