org.progeeks.jfreechart.xml
Class ChartObjectHandler.InsetBean

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


Constructor Summary
protected ChartObjectHandler.InsetBean()
           
 
Method Summary
 java.lang.Object createInset()
           
 double getBottom()
           
 double getLeft()
           
 double getRight()
           
 double getTop()
           
 org.jfree.util.UnitType getType()
           
 void setBottom(double bottom)
           
 void setLeft(double left)
           
 void setRight(double right)
           
 void setTop(double top)
           
 void setType(org.jfree.util.UnitType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartObjectHandler.InsetBean

protected ChartObjectHandler.InsetBean()
Method Detail

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.