Pump
|
| Input
|
| Name
| Description
| Values accepted
| Default
|
| Value
| The value displayed by the element.
| A constant or variable of type int or double.
|
|
| Increment
| The base increment used to change the value.
| A constant or variable of type int or double.
|
|
| Position and Size
|
| Name
| Description
| Values accepted
| Default
|
| Pos X
| The X coordinate for the element.
| A constant or variable of type int or double.
|
|
| Pos Y
| The Y coordinate for the element.
| A constant or variable of type int or double.
|
|
| Size X
| The size of the element in the X direction.
| A constant or variable of type int or double.
|
|
| Size Y
| The size of the element in the Y direction.
| A constant or variable of type int or double.
|
|
| Rotate
| The (counter-clockwise) rotation angle to apply to the element.
| A constant or variable of type int or double.
|
|
| Rotor Angle
| The angular position of the rotor.
| A constant or variable of type int or double.
|
|
| Visibility and Interaction
|
| Name
| Description
| Values accepted
| Default
|
| Visible
| The visibility of the element.
| A boolean variable or one of the constants true or false.
|
|
| Enabled
| Whether the element is responsive to user action.
| A boolean variable or one of the constants true or false.
|
|
| Draggable
| Whether the element can be dragged.
| A boolean variable or one of the constants true or false.
|
|
| On Press
| The action to invoke when the element is pressed.
| The Java code to invoke for the action.
|
|
| On Drag
| The action to invoke when the element is dragged.
| The Java code to invoke for the action.
|
|
| On Release
| The action to invoke when the element is released.
| The Java code to invoke for the action.
|
|
| On Enter
| The action to invoke when the mouse enters the element.
| The Java code to invoke for the action.
|
|
| On Exit
| The action to invoke when the mouse leaves the element.
| The Java code to invoke for the action.
|
|
| Graphical Aspect
|
| Name
| Description
| Values accepted
| Default
|
| Style
| The drawing style for the element.
| Use the editor provided to make your choice or type an integer.
|
|
| Show Value
| Whether to display the value.
| A boolean variable or one of the constants true or false.
|
|
| Format
| The format used to display the value.
|
|
|
| Text Color
| The color used to display the value
| Use the editor provided or read about colors.
|
|
| Font
| The font used to display text in the element.
| Use the editor provided to select name, style and size of the font.
|
|
| Line Color
| The color used for the lines of the element.
| Use the editor provided or read about colors.
|
|
| Fill Color
| The inside color of the value.
| Use the editor provided or read about colors.
|
|
| Fon Color
| The color of the inside fan.
| Use the editor provided or read about colors.
|
|
| Stroke
| The thickness and line style for the lines of the element.
| A constant or variable of type double, int or Object.
|
|
| Draw Fill
| Whether to fill the element.
| A boolean variable or one of the constants true or false.
|
|