|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.aesthetic.VisualModel
public class VisualModel
A visual object is an object that has a visual representation on a graphic output.
| Constructor Summary | |
|---|---|
VisualModel()
Create an empty visual model. |
|
VisualModel(DataSet data,
ColorFrame colors,
SizeFrame sizes,
ShapeFrame shapes,
TextureFrame textures,
LineFrame lines,
TextFrame texts)
Create a visual model for the graph element. |
|
| Method Summary | |
|---|---|
Color |
getColor(String var,
int idx)
Get the color of this object. |
ColorFrame |
getColorFrame()
Get the color frame. |
GLine |
getLine(String var,
int idx)
Get the line to use to draw/fill this object. |
LineFrame |
getLineFrame()
Get the line frame. |
GShape |
getShape(String var,
int idx)
Get the shape to use to draw/fill this object. |
ShapeFrame |
getShapeFrame()
Get the shape frame. |
double |
getSize(String var,
int idx)
Get the size of this object. |
SizeFrame |
getSizeFrame()
Get the size frame. |
Object |
getText(String var,
int idx)
Get the text to be drawn for this object. |
TextFrame |
getTextFrame()
Get the text frame. |
GTexture |
getTexture(String var,
int idx)
Get the texture to use to draw/fill this object. |
TextureFrame |
getTextureFrame()
Get the texture frame. |
void |
setColorFrame(ColorFrame color)
Set the color frame. |
void |
setLineFrame(LineFrame line)
Set the line frame. |
void |
setShapeFrame(ShapeFrame shape)
Set the shape frame. |
void |
setSizeFrame(SizeFrame size)
Set the size frame. |
void |
setTextFrame(TextFrame text)
Set the text frame. |
void |
setTextureFrame(TextureFrame texture)
Set the texture frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisualModel()
public VisualModel(DataSet data,
ColorFrame colors,
SizeFrame sizes,
ShapeFrame shapes,
TextureFrame textures,
LineFrame lines,
TextFrame texts)
| Method Detail |
|---|
public Color getColor(String var,
int idx)
var - the name of the variable column.idx - the index of the tuple that is rendered.
public double getSize(String var,
int idx)
var - the name of the variable column.idx - the index of the tuple that is rendered.
public GShape getShape(String var,
int idx)
var - the name of the variable column.idx - the index of the tuple that is rendered.
public GTexture getTexture(String var,
int idx)
var - the name of the variable column.idx - the index of the tuple that is rendered.
public GLine getLine(String var,
int idx)
var - the name of the variable column.idx - the index of the tuple that is rendered.
public Object getText(String var,
int idx)
var - the name of the variable column.idx - the index of the tuple that is rendered.public ColorFrame getColorFrame()
public void setColorFrame(ColorFrame color)
public SizeFrame getSizeFrame()
public void setSizeFrame(SizeFrame size)
public ShapeFrame getShapeFrame()
public void setShapeFrame(ShapeFrame shape)
public LineFrame getLineFrame()
public void setLineFrame(LineFrame line)
public TextureFrame getTextureFrame()
public void setTextureFrame(TextureFrame texture)
public TextFrame getTextFrame()
public void setTextFrame(TextFrame text)
|
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 | ||||||||