modeller
Class ModellerStack
java.lang.Object
modeller.ModellerStack
public class ModellerStack
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objects
public Objects objects
layers
public java.util.Vector<Layer> layers
cadObjects
public final java.util.ArrayList<CadObject> cadObjects
hotSpots
public final java.util.ArrayList<HotSpot> hotSpots
importUrlClass
public final ImportUrlClass importUrlClass
imageIconNames
public java.lang.String imageIconNames
exportFormatNames
public java.lang.String exportFormatNames
importFormatNames
public java.lang.String importFormatNames
simulatorClassesNames
public java.lang.String simulatorClassesNames
selectedObject
public int selectedObject
currentDrawPanelID
public int currentDrawPanelID
currentObjectPanelID
public int currentObjectPanelID
currentCadObject
public CadObject currentCadObject
selectionToolButtonPressed
public boolean selectionToolButtonPressed
pointFixed
public boolean pointFixed
stillBuilding
public boolean stillBuilding
objectMoving
public boolean objectMoving
objectStretching
public boolean objectStretching
drawPanels
public DrawPanel[] drawPanels
editLayerProperties
public EditLayerProperties[] editLayerProperties
drawPanelContainer
public javax.swing.JPanel drawPanelContainer
boundaryWidth
public double boundaryWidth
boundaryHeight
public double boundaryHeight
boundaryDepth
public double boundaryDepth
rasterWidth
public double rasterWidth
pixelPerMm
public double pixelPerMm
globalScale
public double globalScale
swapButton
public javax.swing.JButton swapButton
objectsPanel
public ObjectsPanel objectsPanel
objectsProperties
public ObjectsPropertiesPanel objectsProperties
layerPanel
public final LayerPanel[] layerPanel
layerFrame
public LayerFrame layerFrame
modellerPanel
public ModellerPanel modellerPanel
myMenu
public MyMenu myMenu
viewBar
public ViewBar viewBar
currentCadPath
public java.lang.String currentCadPath
simulatorObject
public java.util.HashMap<java.lang.String,ExportImportObject> simulatorObject
guiObjects
public final java.util.HashMap<java.lang.String,GuiInterface> guiObjects
mousePressed
public boolean mousePressed
mouseDragged
public boolean mouseDragged
mouseEntered
public boolean mouseEntered
mouseReleased
public boolean mouseReleased
mouseExited
public boolean mouseExited
mouseMoved
public boolean mouseMoved
componentResized
public boolean componentResized
xPressed
public int xPressed
yPressed
public int yPressed
zPressed
public int zPressed
xReleased
public int xReleased
yReleased
public int yReleased
zReleased
public int zReleased
xMoved
public int xMoved
yMoved
public int yMoved
zMoved
public int zMoved
xDragged
public int xDragged
yDragged
public int yDragged
zDragged
public int zDragged
xFixed
public int xFixed
yFixed
public int yFixed
zFixed
public int zFixed
componentWidth
public int componentWidth
componentHeight
public int componentHeight
ModellerStack
public ModellerStack()
repaintDrawPanels
public void repaintDrawPanels()
- Repainting all draw-panels
setMouseFlags
public void setMouseFlags(boolean mousePressed,
boolean mouseDragged,
boolean mouseEntered,
boolean mouseReleased,
boolean mouseExited,
boolean mouseMoved)
- Setting the Mouse-Flags
- Parameters:
mousePressed
- mouseDragged
- mouseEntered
- mouseReleased
- mouseExited
- mouseMoved
-
setComponentFlags
public void setComponentFlags(boolean componentResized)
- Setting the Components-Flags
- Parameters:
componentResized
-
getCurrentCadObject
public CadObject getCurrentCadObject()
setCurrentCadObject
public void setCurrentCadObject(CadObject currentFemObject)