|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.Visualizable
inetsoft.graph.BoundedVisualizable
public abstract class BoundedVisualizable
A visualizable that is at fixed position and size.
| Constructor Summary | |
|---|---|
BoundedVisualizable()
|
|
| Method Summary | |
|---|---|
Rectangle2D |
getBounds()
Gets the bounds of this visual in the form of a Rectangle2D object. |
Point2D |
getPosition()
Gets the position of this component in the form of a point specifying the visual's bottom-left corner. |
Dimension2D |
getSize()
Returns the size of this visual. |
void |
setBounds(double x,
double y,
double width,
double height)
Set the position and size. |
void |
setBounds(Rectangle2D bounds)
Set the position and size. |
void |
setPosition(Point2D pos)
Set the position of this visualizable in the chart's coordinate space. |
void |
setSize(Dimension2D size)
Set the size of this visual. |
| Methods inherited from class inetsoft.graph.Visualizable |
|---|
clone, compareTo, getGraphable, getMinHeight, getMinHeight0, getMinWidth, getMinWidth0, getPreferredHeight, getPreferredHeight0, getPreferredWidth, getPreferredWidth0, getScreenTransform, getZIndex, invalidate, paint, setScreenTransform, setZIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoundedVisualizable()
| Method Detail |
|---|
public Point2D getPosition()
public void setPosition(Point2D pos)
public Dimension2D getSize()
public void setSize(Dimension2D size)
public void setBounds(double x,
double y,
double width,
double height)
public void setBounds(Rectangle2D bounds)
public Rectangle2D getBounds()
getBounds in class Visualizable
|
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 | ||||||||