Package com.storedobject.chart
Class Axis.MinorGridLines
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.VisiblePart
com.storedobject.chart.Axis.Line
com.storedobject.chart.Axis.MinorGridLines
- All Implemented Interfaces:
ComponentPart
,ComponentProperty
- Enclosing class:
Axis
Represents the minor grid-lines drawn by the axis.
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.Axis.Line
encodeJSON, getStyle, setStyle
Methods inherited from class com.storedobject.chart.VisiblePart
hide, show, validate
Methods inherited from class com.storedobject.chart.AbstractPart
equals, getId, getLabelTag, getName, getSerial, getZ, hashCode, hasId, setSerial, setZ
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.chart.ComponentPart
className, getRenderingIndex, setName, setRenderingIndex
-
Constructor Details
-
MinorGridLines
public MinorGridLines()Constructor.
-