|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.simulogic.dataview.plots.PlotSymbol
public class PlotSymbol
Plots a styled symbol in SymbolPlot
Field Summary | |
---|---|
static java.awt.geom.GeneralPath[] |
symbols
Array of plot symbols |
Constructor Summary | |
---|---|
PlotSymbol(int type)
Default constructor |
Method Summary | |
---|---|
float |
getSize()
Getter for property size. |
int |
getType()
Getter for property type. |
void |
setSize(float size)
Setter for property size. |
void |
setType(int type)
Setter for property type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.awt.geom.GeneralPath[] symbols
Constructor Detail |
---|
public PlotSymbol(int type)
type
- symbol typeMethod Detail |
---|
public float getSize()
public void setSize(float size)
size
- New value of property size.public int getType()
public void setType(int type)
type
- New value of property type.
|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |