org.progeeks.jfreechart.xml
Class ChartObjectHandler.ItemLabelPositionBean

java.lang.Object
  extended by 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

Constructor Summary
protected ChartObjectHandler.ItemLabelPositionBean()
           
 
Method Summary
 java.lang.Object createItemLabelPosition()
           
 double getAngle()
           
 org.jfree.chart.labels.ItemLabelAnchor getItemLabelAnchor()
           
 org.jfree.ui.TextAnchor getRotationAnchor()
           
 org.jfree.ui.TextAnchor getTextAnchor()
           
 void setAngle(double angle)
           
 void setItemLabelAnchor(org.jfree.chart.labels.ItemLabelAnchor itemLabelAnchor)
           
 void setRotationAnchor(org.jfree.ui.TextAnchor rotationAnchor)
           
 void setTextAnchor(org.jfree.ui.TextAnchor textAnchor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartObjectHandler.ItemLabelPositionBean

protected ChartObjectHandler.ItemLabelPositionBean()
Method Detail

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.