public static final class GralCfgData.GuiCfgCurveview extends GralCfgData.GuiCfgWidget implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
activate |
(package private) java.util.List<GralCfgData.GuiCfgCurveLine> |
lines |
private GralCfgData.GuiCfgCurveLine |
newLine
The element is created if the text if
#set_line(String) is invoked
before GralCfgData.newGuiElement is invoked. |
int |
nrofPoints |
cmd, color0, color1, data, dragFiles, dragText, dropFiles, dropText, editable, format, help, mouseAction, name, prompt, promptPosition, showMethod, text, type, userAction, whatIs
Constructor and Description |
---|
GuiCfgCurveview(GralCfgElement itsElement) |
Modifier and Type | Method and Description |
---|---|
void |
add_line(GralCfgData.GuiCfgCurveLine value)
From ZBNF: DataReplace: < DataReplace>
|
GralCfgData.GuiCfgCurveLine |
new_line()
ZBNF: DataReplace: CurveView::= ....
|
void |
set_Element(java.lang.String val)
ZBNF: DataReplace: < Element>
|
java.lang.String |
toString() |
clone, new_color0, new_color1, new_colorName, set_color0, set_color1, set_colorName, set_data, set_help, set_text, setFromType
public int nrofPoints
public boolean activate
java.util.List<GralCfgData.GuiCfgCurveLine> lines
private GralCfgData.GuiCfgCurveLine newLine
#set_line(String)
is invoked
before GralCfgData.newGuiElement
is invoked. The association is temporary valid for the current element.public GuiCfgCurveview(GralCfgElement itsElement)
public GralCfgData.GuiCfgCurveLine new_line()
public void set_Element(java.lang.String val)
public void add_line(GralCfgData.GuiCfgCurveLine value)
public java.lang.String toString()
toString
in class GralCfgData.GuiCfgWidget