DrawingPanel3D
|
| 3D Panel
|
| Scales
|
| Name
| Description
| Values accepted
| Default
|
| Autoscale X
| Whether to automatically adjust X scales.
| A boolean variable or one of the constant true or false.
|
|
| Autoscale Y
| Whether to automatically adjust Y scales.
| A boolean variable or one of the constant true or false.
|
|
| Autoscale Z
| Whether to automatically adjust Z scales.
| A boolean variable or one of the constant true or false.
|
|
| Minimum X
| Minimum X value that can be displayed.
| A constant or variable of type double or int.
|
|
| Maximum X
| Maximum X value that can be displayed.
| A constant or variable of type double or int.
|
|
| Minimum Y
| Minimum Y value that can be displayed.
| A constant or variable of type double or int.
|
|
| Maximum Y
| Maximum Y value that can be displayed.
| A constant or variable of type double or int.
|
|
| Minimum Z
| Minimum Z value that can be displayed.
| A constant or variable of type double or int.
|
|
| Maximum Z
| Maximum Z value that can be displayed.
| A constant or variable of type double or int.
|
|
| Configuration
| |
| |
|
|
| Name
| Description
| Values accepted
|
|
| Projection
| How to project the 3D scene to the 2D screen.
|
|
|
| Square
| Whether to keep a square aspect.
| A boolean variable or one of the constants true or false.
|
|
| Hide Lines
| Whether to remove hide lines.
| A boolean variable or one of the constants true or false.
|
|
| Quick Redraw
| Whether to allow wire-frame drawing when rotating.
| A boolean variable or one of the constants true or false.
|
|
| Color Depth
| Whether to dim out objects far away.
| A boolean variable or one of the constants true or false.
|
|
| Alpha
| Rotation in the XY plane.
| A constant or variable of type double or int.
|
|
| Beta
| Rotation in the XZ plane.
| A constant or variable of type double or int.
|
|
| Zoom
| A magnifying factor for the element.
| A constant or variable of type double or int.
|
|
| Hor Displ
| Horizontal displacement of the view (in pixels).
| A constant or variable of type double or int.
|
|
| Ver Displ
| Vertical displacement of the view (in pixels).
| A constant or variable of type double or int.
|
|
| Interaction
| |
| |
|
|
| Name
| Description
| Values accepted
|
|
| Pos X
| The X coordinate of the pointer.
| A constant or variable of type double or int.
|
|
| Pos Y
| The Y coordinate of the pointer.
| A constant or variable of type double or int.
|
|
| Pos Z
| The Z coordinate of the pointer.
| A constant or variable of type double or 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.
|
|
| Key Action
| The action triggered when a key is pressed.
| The Java code to invoke for the action.
|
|
| Key Pressed
| The integer code of the key pressed.
| A integer value.
|
|
| Print Target
| The view element to print when taking a snapshot.
| A string constant or variable.
|
|
| Graphical Aspect
| |
| |
|
|
| Name
| Description
| Values accepted
|
|
| Decoration
| Which decoration elements of the scene (axes, box) to display.
| Use the editor provided to make a choice.
|
|
| Axes Labels
| The label for the axes.
| A string variable.
|
|
| Cursor
| The type of cursor to display.
| Use the editor provided to make a choice.
|
|
| Coordinates
| Whether to display coordinates when the mouse is pressed.
| A boolean variable or one of the constants true or false.
|
|
| X Format
| The format to the X coordinate.
|
|
|
| Y Format
| The format to the Y coordinate.
|
|
|
| Z Format
| The format to the Z coordinate.
|
|
|
| Visible
| The visibility of the element.
| A boolean variable or one of the constants true or false.
|
|
| Size
| The double[] array with the size of the panel in each direction.
| Type the two size values or use the editor provided.
|
|
| Background
| The background color for the element.
| Use the editor provided or read about colors.
|
|
| Foreground
| The color to use when drawing or writing in the element.
| 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.
|
|
| Tooltip
| Text displayed when the mouse is over the element.
| A string constant or variable.
|
|