|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.Graphable
public abstract class Graphable
This is the common base class for items that can be added to EGraph for graphing (e.g. GraphElement, GraphForm).
| Constructor Summary | |
|---|---|
Graphable()
|
|
| Method Summary | |
|---|---|
Object |
getHint(String hint)
Get the rendering hint. |
Map |
getHints()
Get the rendering hints. |
abstract boolean |
isInPlot()
Check if the element should be kept inside the plot area. |
void |
setHint(String hint,
Object val)
Set the hint for how the element should be rendered. |
void |
setHints(Map hints)
Copy the hints. |
abstract void |
setInPlot(boolean inside)
Set whether this element should be kept inside the plot area. |
String |
toString()
Get the string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Graphable()
| Method Detail |
|---|
public abstract void setInPlot(boolean inside)
public abstract boolean isInPlot()
public void setHint(String hint,
Object val)
public Object getHint(String hint)
public Map getHints()
public void setHints(Map hints)
public String toString()
toString in class Object
|
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 | ||||||||