org.progeeks.jfreechart.xml
Class ChartObjectHandler.ItemLabelPositionBean
java.lang.Object
org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
- Enclosing class:
- ChartObjectHandler
protected static class ChartObjectHandler.ItemLabelPositionBean
- extends java.lang.Object
Utility class to build up the parameters for a ItemLabelPosition
.
- See Also:
ItemLabelPosition
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartObjectHandler.ItemLabelPositionBean
protected ChartObjectHandler.ItemLabelPositionBean()
createItemLabelPosition
public java.lang.Object createItemLabelPosition()
getAngle
public double getAngle()
- Returns:
- Returns the angle.
getItemLabelAnchor
public org.jfree.chart.labels.ItemLabelAnchor getItemLabelAnchor()
- Returns:
- Returns the itemLabelAnchor.
getRotationAnchor
public org.jfree.ui.TextAnchor getRotationAnchor()
- Returns:
- Returns the rotationAnchor.
getTextAnchor
public org.jfree.ui.TextAnchor getTextAnchor()
- Returns:
- Returns the textAnchor.
setAngle
public void setAngle(double angle)
- Parameters:
angle
- The angle to set.
setItemLabelAnchor
public void setItemLabelAnchor(org.jfree.chart.labels.ItemLabelAnchor itemLabelAnchor)
- Parameters:
itemLabelAnchor
- The itemLabelAnchor to set.
setRotationAnchor
public void setRotationAnchor(org.jfree.ui.TextAnchor rotationAnchor)
- Parameters:
rotationAnchor
- The rotationAnchor to set.
setTextAnchor
public void setTextAnchor(org.jfree.ui.TextAnchor textAnchor)
- Parameters:
textAnchor
- The textAnchor to set.
Copyright © 2002-2003 Paul Speed. All Rights Reserved.