org.progeeks.jfreechart.xml
Class ChartObjectHandler.InsetBean
java.lang.Object
org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
- Enclosing class:
- ChartObjectHandler
protected static class ChartObjectHandler.InsetBean
- extends java.lang.Object
Utility class to build up the parameters for a RectangleInset
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChartObjectHandler.InsetBean
protected ChartObjectHandler.InsetBean()
createInset
public java.lang.Object createInset()
getBottom
public double getBottom()
- Returns:
- Returns the bottom.
getLeft
public double getLeft()
- Returns:
- Returns the left.
getRight
public double getRight()
- Returns:
- Returns the right.
getTop
public double getTop()
- Returns:
- Returns the top.
getType
public org.jfree.util.UnitType getType()
- Returns:
- Returns the type.
setBottom
public void setBottom(double bottom)
- Parameters:
bottom
- The bottom to set.
setLeft
public void setLeft(double left)
- Parameters:
left
- The left to set.
setRight
public void setRight(double right)
- Parameters:
right
- The right to set.
setTop
public void setTop(double top)
- Parameters:
top
- The top to set.
setType
public void setType(org.jfree.util.UnitType type)
- Parameters:
type
- The type to set.
Copyright © 2002-2003 Paul Speed. All Rights Reserved.