|
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
public abstract class VContainer
This is a container of visualizable objects.
| Constructor Summary | |
|---|---|
VContainer()
|
|
| Method Summary | |
|---|---|
void |
addVisual(Visualizable visual)
Add a visual object to this graph. |
Object |
clone()
Make a copy of this object. |
void |
concat(AffineTransform trans,
boolean concat)
Apply the transformation to the screen transformation matrix of visual objects. |
Visualizable |
getVisual(int idx)
Get the specified visual object. |
int |
getVisualCount()
Get the number of visual objects defined in this graph. |
void |
paint(Graphics2D g)
Paint the container on the graphics output. |
protected void |
paintVisualizables(Graphics2D g,
List visuals)
Paint all visual objects in the container. |
void |
removeAllVisuals()
Remove all visual objects. |
void |
removeVisual(int idx)
Remove the visual object at the specified position. |
void |
removeVisual(Visualizable visual)
Remove the visual object. |
void |
scaleTo(double sx,
double sy)
Apply a scale so the transformations performed in the chart coordinate space (1000x1000) are transformed to the graphic output space. |
void |
setScreenTransform(AffineTransform trans)
Set the transformation to map chart coordinate to screen coordinate. |
void |
setVisual(int idx,
Visualizable visual)
Set a visual object to the specified position. |
| Methods inherited from class inetsoft.graph.Visualizable |
|---|
compareTo, getBounds, 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 VContainer()
| Method Detail |
|---|
public void paint(Graphics2D g)
paint in class Visualizable
protected void paintVisualizables(Graphics2D g,
List visuals)
public void setScreenTransform(AffineTransform trans)
setScreenTransform in class Visualizable
public void concat(AffineTransform trans,
boolean concat)
concat - true to concatenate and false to prepend the transform.
public void scaleTo(double sx,
double sy)
sx - the scale to transfrom 1000 to the physical width.sy - the scale to transfrom 1000 to the physical height.public void addVisual(Visualizable visual)
public void setVisual(int idx,
Visualizable visual)
public Visualizable getVisual(int idx)
public int getVisualCount()
public void removeVisual(int idx)
public void removeVisual(Visualizable visual)
public void removeAllVisuals()
public Object clone()
clone 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 | ||||||||