Package hec.gfx2d
Class AxisMarkerDescription
java.lang.Object
hec.gfx2d.AxisMarkerDescription
- Direct Known Subclasses:
AxisMarker
Class to make adding label markers easier from scripting.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy constructor -
Method Summary
Modifier and TypeMethodDescriptionConstructs a MarkerProperties object from this object.
-
Field Details
-
axis
-
value
-
labelText
-
labelColor
-
labelPosition
-
labelAlignment
-
labelFont
-
lineColor
-
lineStyle
-
lineWidth
public float lineWidth -
fillColor
-
fillStyle
-
fillPattern
-
drawLabel
public boolean drawLabel -
drawLine
public boolean drawLine
-
-
Constructor Details
-
AxisMarkerDescription
public AxisMarkerDescription()Default constructor -
AxisMarkerDescription
Copy constructor
-
-
Method Details
-
toMarkerProperties
Constructs a MarkerProperties object from this object.- Returns:
- A new MarkerProperties object.
- Throws:
IllegalArgumentException
-