java.lang.Object | |
↳ | org.jfree.chart.axis.AxisSpace |
A record that contains the space required at each edge of a plot.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new axis space record.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds space to the top, bottom, left or right edge of the plot area.
| |||||||||||
Returns a clone of the object.
| |||||||||||
Ensures there is a minimum amount of space at the edge corresponding to
the specified axis location.
| |||||||||||
Ensures that this object reserves at least as much space as another.
| |||||||||||
Tests this object for equality with another object.
| |||||||||||
Expands an area by the amount of space represented by this object.
| |||||||||||
Returns the space reserved for axes at the bottom of the plot area.
| |||||||||||
Returns the space reserved for axes at the left of the plot area.
| |||||||||||
Returns the space reserved for axes at the right of the plot area.
| |||||||||||
Returns the space reserved for axes at the top of the plot area.
| |||||||||||
Returns a hash code for this object.
| |||||||||||
Calculates the reserved area.
| |||||||||||
Sets the space reserved for axes at the bottom of the plot area.
| |||||||||||
Sets the space reserved for axes at the left of the plot area.
| |||||||||||
Sets the space reserved for axes at the right of the plot area.
| |||||||||||
Sets the space reserved for axes at the top of the plot area.
| |||||||||||
Shrinks an area by the space attributes.
| |||||||||||
Returns a string representing the object (for debugging purposes).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new axis space record.
Adds space to the top, bottom, left or right edge of the plot area.
space | the space (in Java2D units). |
---|---|
edge | the edge (null not permitted).
|
Returns a clone of the object.
CloneNotSupportedException | This class won't throw this exception, but subclasses (if any) might. |
---|
Ensures there is a minimum amount of space at the edge corresponding to the specified axis location.
space | the space. |
---|---|
edge | the location. |
Ensures that this object reserves at least as much space as another.
space | the other space. |
---|
Tests this object for equality with another object.
obj | the object to compare against. |
---|
true
or false
.
Expands an area by the amount of space represented by this object.
area | the area to expand. |
---|---|
result | an optional carrier for the result. |
Returns the space reserved for axes at the bottom of the plot area.
Returns the space reserved for axes at the left of the plot area.
Returns the space reserved for axes at the right of the plot area.
Returns the space reserved for axes at the top of the plot area.
Returns a hash code for this object.
Calculates the reserved area.
area | the area. |
---|---|
edge | the edge. |
Sets the space reserved for axes at the bottom of the plot area.
space | the space (in Java2D units). |
---|
Sets the space reserved for axes at the left of the plot area.
space | the space (in Java2D units). |
---|
Sets the space reserved for axes at the right of the plot area.
space | the space (in Java2D units). |
---|
Sets the space reserved for axes at the top of the plot area.
space | the space (in Java2D units). |
---|
Shrinks an area by the space attributes.
area | the area to shrink. |
---|---|
result | an optional carrier for the result. |
Returns a string representing the object (for debugging purposes).