org.jcae.viewer3d
Class SelectionRectangle.SelectionRectangle3D
java.lang.Object
org.jcae.viewer3d.SelectionRectangle
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.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionRectangle.SelectionRectangle3D
public SelectionRectangle.SelectionRectangle3D(View view)
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