Points3D
|
| Position and Size
|
| Name
| Description
| Values accepted
| Default
|
| Data
| The Data property accepts a double[n][3] array that sets the xy-coordinate of n points.
| A double[][].
|
|
| Pos X
| The Pos X property translates the x-coordinate of all points.
| A constant or variable of type int or double.
|
|
| Pos Y
| The Pos Y property translates the y-coordinate of all points.
| A constant or variable of type int or double.
|
|
| Pos Z
| The Pos Z property translates the z-coordinate of all points.
| A constant or variable of type int or double.
|
|
| Position []
| The Pos Array property accepts a double[3] value that translates all x, y, and z point coordinates.
| A double[3] array.
|
|
| Size X
| The Size X property scales the x-coordinate values of all points.
| A constant or variable of type int or double.
|
|
| Size Y
| The Size Y property scales the y-coordinate values of all points.
| A constant or variable of type int or double.
|
|
| Size Z
| The Size Z property scales the z-coordinate values of all points.
| A constant or variable of type int or double.
|
|
| Size []
| The Size Array property accepts a double[3] value that scales x, y, and z coordinates.
| A double[3] array.
|
|
| Transform
| The transformation to apply to all points.
| Use the editor provided or read more about transforms.
|
|
| 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.
|
|
| Measured
| Whether the element affects its parent panel’s autoscaling.
| A boolean variable or one of the constants true or false.
|
|
| Draggable
| Whether the element can be moved.
| A boolean variable or one of the constants true or false.
|
|
| Drag Group
| Whether dragging the element affects its group.
| A boolean variable or one of the constants true or false.
|
|
| Sensitivity
| The size of the hot spot in pixels (0 for the full element).
| A constant or variable of tipe int.
|
|
| 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
|
| Line Color
| The color used for the lines of the element.
| Use the editor provided or read about colors. If an array of Colors (or Objects), then each entry will assign the color for the corresponding point.
|
|
| Line Width
| The thickness for the lines of the element.
| A constant or variable of type double or int indicates the thickness. Use an array to assign the thickness to each element individually.
| 1
|
| DepthFactor
| A corrective double wich makes the element look closer (<1) or farther (>1).
| A constant or variable of tipe double.
|
|
| Textures
|
| Name
| Description
| Values accepted
| Default
|
| Texture 1
| The first texture for the element.
|
|
|
| Texture 2
| The second texture for the element.
|
|
|
| Transparency
| The texture transparency.
| A constant or variable of tipe double.
|
|
| Combine
| Whether to combine the textures with the element fill color.
| A boolean variable or one of the constants true or false.
|
|