Recent Changes - Search:

Information

Installation

Documentation

User Feedback

Display drawing panel (3D)

A 3D drawing panel.

 

Properties

Display3DPanel  
3D Panel    
Scales
NameDescriptionValues acceptedDefault
Minimum XMinimum X value that can be displayed.A constant or variable of type double or int. 
Maximum XMaximum X value that can be displayed.A constant or variable of type double or int. 
Minimum YMinimum Y value that can be displayed.A constant or variable of type double or int. 
Maximum YMaximum Y value that can be displayed.A constant or variable of type double or int. 
Minimum ZMinimum Z value that can be displayed.A constant or variable of type double or int. 
Maximum ZMaximum Z value that can be displayed.A constant or variable of type double or int. 
Camera (click to reset)|| 
NameDescriptionValues accepted 
ProjectionHow to project the 3D scene to the 2D screen Display popup menus in this panel.Use the editor provided to make a choice. 
Location XThe X position of the camera.A constant or variable of type double or int. 
Location YThe Y position of the camera.A constant or variable of type double or int. 
Location ZThe Z position of the camera.A constant or variable of type double or int. 
AzimuthThe azimuthal angle of the camera position.A constant or variable of type double or int. 
AltitudeThe altitude angle of the camera position.A constant or variable of type double or int. 
Focus XThe X position of the camera focus.A constant or variable of type double or int. 
Focus YThe Y position of the camera focus.A constant or variable of type double or int. 
Focus ZThe Z position of the camera focus.A constant or variable of type double or int. 
RotationThe rotation of the camera.A constant or variable of type double or int. 
Screen AtThe distance from the camera to the projection screen.A constant or variable of type double or int. 
Interaction|| 
NameDescriptionValues accepted 
Menu EntryThe name to display in the simulation’s corresponding elements menu entry.A string variable. 
EnabledWhether the element is responsive to user action.A boolean variable or one of the constants true or false. 
Pos XThe X coordinate of the pointer.A constant or variable of type double or int. 
Pos YThe Y coordinate of the pointer.A constant or variable of type double or int. 
Pos ZThe Z coordinate of the pointer.A constant or variable of type double or int. 
On PressThe action to invoke when the element is pressed.The Java code to invoke for the action. 
On DragThe action to invoke when the element is dragged.The Java code to invoke for the action. 
On ReleaseThe action to invoke when the element is released.The Java code to invoke for the action. 
On EnterThe action to invoke when the mouse enters the element.The Java code to invoke for the action. 
Mouse MoveThe action to invoke when the mouse moves within the element.The Java code to invoke for the action. 
On ExitThe action to invoke when the mouse leaves the element.The Java code to invoke for the action. 
Key ActionThe action triggered when a key is pressed.The Java code to invoke for the action. 
Key PressedThe integer code of the key pressed.A integer value. 
Print TargetThe view element to print when taking a snapshot.A string constant or variable. 
Configuration|| 
NameDescriptionValues accepted 
ImplementationThe implementation used to display the scene.Use the editor provided to make a choice. 
DecorationWhich decoration elements of the scene (axes, box) to display.Use the editor provided to make a choice. 
Axes LabelsThe label for the axes.A string variable. 
CursorThe type of cursor to display.Use the editor provided to make a choice. 
Hide linesWhether to remove hide lines.A boolean variable or one of the constants true or false. 
Quick RedrawWhether to allow wire-frame drawing when rotating.A boolean variable or one of the constants true or false. 
Color DepthWhether to dim out objects far away.A boolean variable or one of the constants true or false. 
SquareWhether to keep a square aspect.A boolean variable or one of the constants true or false. 
CoordinatesWhether to display coordinates when the mouse is pressed.A boolean variable or one of the constants true or false. 
X FormatThe format to the X coordinate.???? 
Y FormatThe format to the X coordinate.???? 
Z FormatThe format to the X coordinate.???? 
Graphical Aspect|| 
NameDescriptionValues accepted 
VisibleThe 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. 
BackgroundThe background color for the element.Use the editor provided or read about colors. 
ForegroundThe color to use when drawing or writing in the element.Use the editor provided or read about colors. 
FontThe font used to display text in the element.Use the editor provided to select name, style and size of the font. 
TooltipText displayed when the mouse is over the element.A string constant or variable. 

 

 

Edit - History - Print - Recent Changes - Search
Page last modified on June 09, 2009, at 06:37 PM