gumbo.interact.select
Class TestSelectApp.Thing

java.lang.Object
  |
  +--gumbo.util.AbstractDisposable
        |
        +--gumbo.util.relation.AbstractTreeNodeDelegator
              |
              +--gumbo.graphic.space.AbstractSpaceNode
                    |
                    +--gumbo.graphic.impl.swing.SwingSpaceNode
                          |
                          +--gumbo.graphic.impl.swing.SwingShape
                                |
                                +--gumbo.interact.select.TestSelectApp.Thing
All Implemented Interfaces:
AxisBound3Boundable, AxisLayoutGraphic, BoundableGraphic, Disposable, Graphic, GraphicGeometry, GraphicPresence, GraphicResource, InteractableGraphic, Interactor, IntersectableGraphic, java.io.Serializable, SpaceNode, TransformNode, TranslationNode
Enclosing class:
TestSelectApp

public static class TestSelectApp.Thing
extends SwingShape

See Also:
Serialized Form

Constructor Summary
TestSelectApp.Thing(java.lang.String name, int width, int height)
           
 
Method Summary
protected  void drawBackground(java.awt.Color color)
           
protected  void drawBorder(java.awt.Color color)
           
protected  void updateFeedback()
          Called by the system to prepare and realize the graphic's interaction feedback according to the current interaction state.
 
Methods inherited from class gumbo.graphic.impl.swing.SwingShape
getInteractorState, implDispose, initSwingShape, newTreeNodeDelegate
 
Methods inherited from class gumbo.graphic.impl.swing.SwingSpaceNode
canIntersectGraphic, getGraphic, getGraphicAxisBound3, getGraphicLocalSpace, getGraphicTransform, getGraphicTranslation, initSwingSpaceNode, intersectGraphic, isSpaceTransforming, prepareGraphicPresence, realizeGraphicPresence, setGraphicTranslation
 
Methods inherited from class gumbo.graphic.space.AbstractSpaceNode
getGraphicSpaceTree
 
Methods inherited from class gumbo.util.relation.AbstractTreeNodeDelegator
getTreeNodeDelegate
 
Methods inherited from class gumbo.util.AbstractDisposable
dispose, isDisposed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gumbo.graphic.Graphic
getGraphic
 
Methods inherited from interface gumbo.graphic.GraphicPresence
prepareGraphicPresence, realizeGraphicPresence
 
Methods inherited from interface gumbo.util.Disposable
dispose, isDisposed
 
Methods inherited from interface gumbo.graphic.probe.AxisBound3Boundable
getGraphicAxisBound3
 
Methods inherited from interface gumbo.graphic.space.GraphicGeometry
getGraphicLocalSpace
 
Methods inherited from interface gumbo.graphic.space.TranslationNode
getGraphicTranslation, setGraphicTranslation
 
Methods inherited from interface gumbo.graphic.space.TransformNode
getGraphicTransform, isSpaceTransforming
 
Methods inherited from interface gumbo.graphic.space.SpaceNode
getGraphicSpaceTree
 

Constructor Detail

TestSelectApp.Thing

public TestSelectApp.Thing(java.lang.String name,
                           int width,
                           int height)
Method Detail

updateFeedback

protected void updateFeedback()
Description copied from class: SwingShape
Called by the system to prepare and realize the graphic's interaction feedback according to the current interaction state. Typically, color is used in a feedback presentation (see DataFeedback.feedbackColor(). Default implementation: Does nothing.

Overrides:
updateFeedback in class SwingShape

drawBackground

protected void drawBackground(java.awt.Color color)

drawBorder

protected void drawBorder(java.awt.Color color)