Package jisa.gui
Interface Doc.Value
-
- All Superinterfaces:
SubElement
- Enclosing class:
- Doc
public static interface Doc.Value extends SubElement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Doc.Valueclear()Doc.ValuesetAlignment(Doc.Align alignment)Doc.ValuesetColour(javafx.scene.paint.Color colour)Doc.ValuesetText(java.lang.String text)Doc.ValuesetValue(java.lang.String text)-
Methods inherited from interface jisa.gui.SubElement
isVisible, remove, setVisible
-
-