org.jcae.viewer3d
Class SelectionRectangle.SelectionRectangle3D

java.lang.Object
  extended by org.jcae.viewer3d.SelectionRectangle
      extended by org.jcae.viewer3d.SelectionRectangle.SelectionRectangle3D
Enclosing class:
SelectionRectangle

public static class SelectionRectangle.SelectionRectangle3D
extends SelectionRectangle

Display the selection rectangle on a 3D context. It doesn't work because we don't know where to set the rectangle on the platform geometry. We keep it as a remind.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jcae.viewer3d.SelectionRectangle
SelectionRectangle.SelectionRectangle2D, SelectionRectangle.SelectionRectangle3D
 
Field Summary
 
Fields inherited from class org.jcae.viewer3d.SelectionRectangle
rectangle2D, view
 
Constructor Summary
SelectionRectangle.SelectionRectangle3D(View view)
           
 
Method Summary
protected  void draw(java.awt.Point anchor, java.awt.Point point)
           
 boolean isVisible()
           
 void setColor(java.awt.Color color)
           
 void setVisible(boolean b)
           
 
Methods inherited from class org.jcae.viewer3d.SelectionRectangle
getGeometry2D, setGeometry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionRectangle.SelectionRectangle3D

public SelectionRectangle.SelectionRectangle3D(View view)
Method Detail

setVisible

public void setVisible(boolean b)
Specified by:
setVisible in class SelectionRectangle

isVisible

public boolean isVisible()
Specified by:
isVisible in class SelectionRectangle

setColor

public void setColor(java.awt.Color color)
Specified by:
setColor in class SelectionRectangle

draw

protected void draw(java.awt.Point anchor,
                    java.awt.Point point)
Specified by:
draw in class SelectionRectangle