Style Intelligence v12.0

inetsoft.graph.coord
Class AbstractCoord

java.lang.Object
  extended by inetsoft.graph.coord.AbstractCoord
All Implemented Interfaces:
inetsoft.graph.internal.ICoordinate, Serializable, Cloneable
Direct Known Subclasses:
Coordinate

public abstract class AbstractCoord
extends Object
implements inetsoft.graph.internal.ICoordinate

This is the base class that implements the common methods of Coordinate.

See Also:
Serialized Form

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

AbstractCoord

public AbstractCoord()
Method Detail

getAxes

public abstract inetsoft.graph.guide.axis.Axis[] getAxes(boolean recursive)
Get all axes in this coordinate.

Parameters:
recursive - true to include axes in nested coordinates.

getCoordBounds

public Rectangle2D getCoordBounds()
Get the bounds for the coordinate area.

Specified by:
getCoordBounds in interface inetsoft.graph.internal.ICoordinate

setCoordBounds

public void setCoordBounds(Rectangle2D bounds)
Set the bounds for the coordinate area.

Specified by:
setCoordBounds in interface inetsoft.graph.internal.ICoordinate

clone

public Object clone()
Make a copy of this object.

Specified by:
clone in interface inetsoft.graph.internal.ICoordinate
Overrides:
clone in class Object

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.