Package com.xj.anylogic.engine.presentation

Class Summary
Camera3D 3D camera object.
Configuration3D Configuration of 3D world of the associated active object
This object controls the background color and grid at the Z=0 plane.
Element3D_xjal This class is internal and shouldn't be accessed by user.
ImageCache A cache for images deiplayed in AnyLogic presentation graphics.
Light3D Base class for all 3D lights, may be added to 3D groups for scene lighting

The light consists of a number of different components: Ambient, Diffuse and Specular.
Light3DAmbient 3D ambient light, may be added to 3D groups for scene lighting
Ambient light is a light that had scattered for many times, so that it does not have any certain direction.
Light3DDirectional 3D directional light, may be added to 3D groups for scene lighting
Directional source of light is located in some infinitely distant point.
Light3DPoint 3D point light, may be added to 3D groups for scene lighting
Point source of light is located in one particular point of space.
Light3DSpot 3D spot light, may be added to 3D groups for scene lighting
Spot source of light is a particular case of a point light.
Panel The class is responsible for displaying the experiment or active object presentation.
Presentation This class creates AnyLogic GUI and controls the model execution in GUI applications and applets.
ReplicatedShape<T extends Shape> Persistent replicated shape - a container for a number of shapes of the same type but possibly different properties.
Shape The base class for all persistent graphical shapes and also for all controls (persistent & not).
Shape3DArc Persistent 3D arc shape.
Shape3DGroup Persistent 3D group shape.
Shape3DImage Persistent shape representing an image drawn on a horizontal rectangle in the 3D world.
Shape3DLine Persistent 3D line shape.
Shape3DObject Persistent 3D object shape loaded from X3D file.
Shape3DOval Persistent 3D oval shape.
Shape3DPhantom Persistent phantom shape.
Shape3DPolyLine Persistent 3D polyline shape.
Shape3DRectangle Persistent 3D rectangle shape.
Shape3DText Persistent 3D text shape.
ShapeArc Persistent arc shape.
ShapeButton Button control.
ShapeCAD Persistent CAD drawing shape.
ShapeCheckBox Checkbox control.
ShapeComboBox Combo box control.
ShapeControl The base class for all controls, i.e. presentation shapes that have JComponents, (like buttons, sliders, text fields, and also charts) both persistent and not persistent.
ShapeControlManager This class is responsible for displaying controls, i.e. presentation elements that have JComponents (like slider, button, text field, etc, or charts), both persistent or non-persistent, i.e. existing only while they are visible.
ShapeCurve Persistent curve shape.
ShapeEmbeddedObjectPresentation Persistent presentation of Embedded Object shape.
ShapeFileChooser File chooser control.
ShapeGISMap GIS map projection manager and map renderer (persistent GIS Map shape which displays and map projection)
GIS map is a Shape and it can be placed on the model animation: it renders the associated map projection on the screen
This class provides several projection methods General information:
Coordinates of any point are presented as: the longitude of point, measured in degrees (-180 ...
ShapeGISMap.Layer Class which stores GIS map layer information
ShapeGroup Persistent group shape.
ShapeImage Persistent image shape.
ShapeLine Persistent line shape.
ShapeLineFill An intermediate base class - for all shapes that have line and fill.
ShapeListBox List box control.
ShapeMultiplePoints A base class for shapes having multiple points, such as polyline or curve.
ShapeOval Persistent oval shape.
ShapePixel Persistent pixel shape.
ShapePolyLine Persistent polyline shape.
ShapeProgressBar Progress bar control.
ShapeRadioButtonGroup A group of radio buttons.
ShapeRectangle Persistent rectangle shape.
ShapeRoundedRectangle Persistent rounded rectangle shape.
ShapeSlider Slider control.
ShapeText Persistent text shape.
ShapeTextField TextField control.
ShapeTopLevelPresentationGroup Top-level group of active object or experiment presentation
ShapeWindow3D The window showing 3D world on the model animation.
SnapshotEventListener Listener of snapshot events, it is notified about changes performed by Presentation.saveSnapshot(String) and Presentation.loadSnapshot(String) methods
Listener is not notified about operations performed using save/restore snapshot buttons on the toolbar as well as on automatic root object loads in the corresponding experiments
StatusBar Displays the information about the running experiment: model time, date, steps, performance indicators (simulation time, events per second, memory consumption) and the presentation frame rate.
Texture Objects of this class may be used to define the appearance of shapes' parts.
ToolBar The toolbar used to control the experiment execution and presentation.
UtilitiesColor  
UtilitiesDrawing This is a collection of static functions which could be useful for drawing.
ViewArea View area class.
 



Copyright © 1991-2008 XJ Technlogies. All Rights Reserved.