|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ru.tunegov.mathematic.FunctionBean
|
+--ru.tunegov.mathematic.Visualizer
This is a non-visual component that represents converter from ElementSet to String and back. The Visualizer bean provides an easy way to perform input/output mathematical elements in the IDE.
| Constructor Summary | |
Visualizer()
ElementParser constructor comment. |
|
| Method Summary | |
java.text.DecimalFormat |
getFormatter()
Returns the formatter for format and parse elements. |
ElementSet |
getInputElement()
Returns the element which will be formatted. |
java.lang.String |
getInputString()
Returns the text which will be parsed. |
ElementSet |
getResultElement()
Returns the current result of parsing of text. |
java.lang.String |
getResultString()
Returns the current result of formatting of element. |
void |
setFormatter(java.text.DecimalFormat value)
Sets the formatter for format and parse elements. |
void |
setInputElement(ElementSet value)
Sets the element which will be formatted. |
void |
setInputString(java.lang.String value)
Sets the text which will be parsed. |
| Methods inherited from class ru.tunegov.mathematic.FunctionBean |
addActionErrorListener,
addFetchArgumentsListener,
addPropertyChangeListener,
addTriggerNextActionListener,
getAutoAction,
removeActionErrorListener,
removeFetchArgumentsListener,
removePropertyChangeListener,
removeTriggerNextActionListener,
setAutoAction,
triggerAction |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Visualizer()
| Method Detail |
public java.text.DecimalFormat getFormatter()
public ElementSet getInputElement()
public java.lang.String getInputString()
public ElementSet getResultElement()
public java.lang.String getResultString()
public void setFormatter(java.text.DecimalFormat value)
value - The formatterpublic void setInputElement(ElementSet value)
value - The element which will be formattedpublic void setInputString(java.lang.String value)
value - The text which will be parsed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||