jsynoptic.plugins.syn3d.xith3d
Class Xith3DView3DShape

java.lang.Object
  extended by simtools.shapes.AbstractShape
      extended by jsynoptic.plugins.syn3d.View3DShape
          extended by jsynoptic.plugins.syn3d.xith3d.Xith3DView3DShape
All Implemented Interfaces:
java.awt.Shape, java.io.Serializable, java.lang.Cloneable, ContextualActionProvider, Resizable, NamedProperties

public class Xith3DView3DShape
extends View3DShape

Author:
ogor
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class simtools.shapes.AbstractShape
AbstractShape.AbstractShapePropertiesNames
 
Field Summary
 
Fields inherited from class jsynoptic.plugins.syn3d.View3DShape
node, operating, plugin, rotating, translating, zooming
 
Fields inherited from class simtools.shapes.AbstractShape
_h, _ox, _oy, _propertyNames, _w, _x, _y, ANTI_ALIASING, currentDialogBox, FONT_NAMES, listeners, REFRESH_PERIOD
 
Fields inherited from interface jsynoptic.base.ContextualActionProvider
EDITOR_CONTEXT, MOUSE_OUT_CONTEXT, MOUSE_OVER_CONTEXT, MOUSE_PRESSED_CONTEXT, SHAPELIST_CONTEXT, SOURCELIST_CONTEXT
 
Constructor Summary
Xith3DView3DShape(Plugin plugin, int ox, int oy, int w, int h)
           
 
Method Summary
 boolean doAction(double x, double y, java.lang.Object o, java.lang.String action)
           
 
Methods inherited from class jsynoptic.plugins.syn3d.View3DShape
canDoAction, draw, getActions, notifyChange, resize
 
Methods inherited from class simtools.shapes.AbstractShape
addListener, cloneShape, contains, contains, contains, contains, getAnchor, getBounds, getBounds2D, getInnerProperties, getMax, getMaxTranslated, getMin, getPathIterator, getPathIterator, getPropertyNames, getPropertyValue, intersects, intersects, notifyChange, refresh, removeListener, setAnchor, setAnchor, setProperties, setPropertyValue, translate, wipeOff
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jsynoptic.base.ContextualActionProvider
doAction
 

Constructor Detail

Xith3DView3DShape

public Xith3DView3DShape(Plugin plugin,
                         int ox,
                         int oy,
                         int w,
                         int h)
Method Detail

doAction

public boolean doAction(double x,
                        double y,
                        java.lang.Object o,
                        java.lang.String action)
Overrides:
doAction in class View3DShape