org.zkforge.timeplot.geometry
Class DefaultValueGeometry
java.lang.Object
org.zkforge.timeplot.geometry.DefaultValueGeometry
- All Implemented Interfaces:
- ValueGeometry
public class DefaultValueGeometry
- extends java.lang.Object
- implements ValueGeometry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultValueGeometry
public DefaultValueGeometry()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getAxisColor
public java.lang.String getAxisColor()
- Specified by:
getAxisColor in interface ValueGeometry
setAxisColor
public void setAxisColor(java.lang.String axisColor)
- Specified by:
setAxisColor in interface ValueGeometry
getAxisLabelsPlacement
public java.lang.String getAxisLabelsPlacement()
- Specified by:
getAxisLabelsPlacement in interface ValueGeometry
setAxisLabelsPlacement
public void setAxisLabelsPlacement(java.lang.String axisLabelsPlacement)
- Specified by:
setAxisLabelsPlacement in interface ValueGeometry
getGridColor
public java.lang.String getGridColor()
- Specified by:
getGridColor in interface ValueGeometry
setGridColor
public void setGridColor(java.lang.String gridColor)
- Specified by:
setGridColor in interface ValueGeometry
getGridLineWidth
public float getGridLineWidth()
- Specified by:
getGridLineWidth in interface ValueGeometry
setGridLineWidth
public void setGridLineWidth(float gridLineWidth)
- Specified by:
setGridLineWidth in interface ValueGeometry
getGridShortSize
public int getGridShortSize()
- Specified by:
getGridShortSize in interface ValueGeometry
setGridShortSize
public void setGridShortSize(int gridShortSize)
- Specified by:
setGridShortSize in interface ValueGeometry
getGridSpacing
public int getGridSpacing()
- Specified by:
getGridSpacing in interface ValueGeometry
setGridSpacing
public void setGridSpacing(int gridSpacing)
- Specified by:
setGridSpacing in interface ValueGeometry
getGridType
public java.lang.String getGridType()
- Specified by:
getGridType in interface ValueGeometry
setGridType
public void setGridType(java.lang.String gridType)
- Specified by:
setGridType in interface ValueGeometry
getMax
public int getMax()
- Specified by:
getMax in interface ValueGeometry
setMax
public void setMax(int max)
- Specified by:
setMax in interface ValueGeometry
getMin
public int getMin()
- Specified by:
getMin in interface ValueGeometry
setMin
public void setMin(int min)
- Specified by:
setMin in interface ValueGeometry
getValueGeometryId
public int getValueGeometryId()
- Specified by:
getValueGeometryId in interface ValueGeometry
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.