|
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.VContainer
inetsoft.graph.BoundedContainer
public abstract class BoundedContainer
A visual container that is at fixed position and size.
| Constructor Summary | |
|---|---|
BoundedContainer()
|
|
| 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 container. |
void |
setBounds(double x,
double y,
double width,
double height)
Moves and resizes this visual. |
void |
setPosition(Point2D pos)
Set the position of the container in the chart's coordinate space. |
void |
setSize(Dimension2D size)
Set the size of this container. |
| Methods inherited from class inetsoft.graph.VContainer |
|---|
addVisual, clone, concat, getVisual, getVisualCount, paint, paintVisualizables, removeAllVisuals, removeVisual, removeVisual, scaleTo, setScreenTransform, setVisual |
| Methods inherited from class inetsoft.graph.Visualizable |
|---|
compareTo, getGraphable, getMinHeight, getMinHeight0, getMinWidth, getMinWidth0, getPreferredHeight, getPreferredHeight0, getPreferredWidth, getPreferredWidth0, getScreenTransform, getZIndex, invalidate, setZIndex |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoundedContainer()
| 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)
x - the new x of this visual.y - the new y of this visual.width - the new width of this visual.height - the new height of this visual.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 | ||||||||