flatscape.glyph
Class MapGlyph

java.lang.Object
  |
  +--manifold.base.Glyph
        |
        +--flatscape.FGlyph
              |
              +--flatscape.glyph.MapGlyph
All Implemented Interfaces:
java.lang.Cloneable, Configurable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class MapGlyph
extends FGlyph


Field Summary
protected  java.awt.Image image_
           
 
Fields inherited from class flatscape.FGlyph
curInteractionPoint, DEFAULT, interactionPoints, POINTSIZE, selected_
 
Fields inherited from class manifold.base.Glyph
model_, TRANSFORM, viewer_, visible_
 
Constructor Summary
MapGlyph()
           
 
Method Summary
 void draw(Traversal t)
          FGlyphs can not be drawed - Does nothing.
 void pick(Traversal t)
          Default pick method, which uses getBoundingShape to determine if a glyph has been picked.
 
Methods inherited from class flatscape.FGlyph
addInteractionPoint, children, config, constructGlyph, drawSelectionBox, getAllowsChildren, getBoundingShape, getChildAt, getChildCount, getIndex, getInteractionPoint, getLimits, getParent, getTransform, getTransform, insert, isLeaf, moveInteractionPoint, pickInteractionPoint, propertyChange, remove, remove, removeFromParent, setInteractionPoint, setModel, setParent, setSelected, setUserObject, toString, traverse, updateInteractionPoints, updateProperties, validTypes
 
Methods inherited from class manifold.base.Glyph
getModel, getViewer, isVisible, setViewer, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

image_

protected java.awt.Image image_
Constructor Detail

MapGlyph

public MapGlyph()
Method Detail

draw

public void draw(Traversal t)
Description copied from class: FGlyph
FGlyphs can not be drawed - Does nothing.

Overrides:
draw in class FGlyph
Parameters:
t - keeps the state of the traversal

pick

public void pick(Traversal t)
Description copied from class: FGlyph
Default pick method, which uses getBoundingShape to determine if a glyph has been picked.

Overrides:
pick in class FGlyph
Parameters:
t - keeps the state of the traversal


Copyright (c) 2003 Rutgers, The State University of New Jersey