|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.coord.AbstractCoord
public abstract class AbstractCoord
This is the base class that implements the common methods of Coordinate.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.graph.internal.ICoordinate |
|---|
ALL_MOST, BOTTOM_AXIS, BOTTOM_MOST, LEFT_AXIS, LEFT_MOST, RIGHT_AXIS, RIGHT_MOST, TOP_AXIS, TOP_MOST |
| Constructor Summary | |
|---|---|
AbstractCoord()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Make a copy of this object. |
abstract inetsoft.graph.guide.axis.Axis[] |
getAxes(boolean recursive)
Get all axes in this coordinate. |
Rectangle2D |
getCoordBounds()
Get the bounds for the coordinate area. |
void |
setCoordBounds(Rectangle2D bounds)
Set the bounds for the coordinate area. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface inetsoft.graph.internal.ICoordinate |
|---|
getAxesAt, getAxisMinSize, getAxisPreferredSize, getAxisSize, getDimCount, getScales, getUnitMinHeight, getUnitMinWidth, getUnitPreferredHeight, getUnitPreferredWidth, getVGraph, isAxisLabelVisible, isAxisTickVisible, setAxisLabelVisible, setAxisSize, setAxisTickVisible, setVGraph |
| Constructor Detail |
|---|
public AbstractCoord()
| Method Detail |
|---|
public abstract inetsoft.graph.guide.axis.Axis[] getAxes(boolean recursive)
recursive - true to include axes in nested coordinates.public Rectangle2D getCoordBounds()
getCoordBounds in interface inetsoft.graph.internal.ICoordinatepublic void setCoordBounds(Rectangle2D bounds)
setCoordBounds in interface inetsoft.graph.internal.ICoordinatepublic Object clone()
clone in interface inetsoft.graph.internal.ICoordinateclone in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||