ucar.unidata.ui.drawing
Class GroupGlyph

java.lang.Object
  extended by ucar.unidata.ui.drawing.Glyph
      extended by ucar.unidata.ui.drawing.RectangleGlyph
          extended by ucar.unidata.ui.drawing.CompositeGlyph
              extended by ucar.unidata.ui.drawing.GroupGlyph
All Implemented Interfaces:
Cloneable

public class GroupGlyph
extends CompositeGlyph

This is a simple group of glyphs


Field Summary
 
Fields inherited from class ucar.unidata.ui.drawing.RectangleGlyph
ATTR_RECTTYPE, bounds, CIRCLE, FCIRCLE, FRECTANGLE, FROUNDRECT, RECTANGLE, ROUNDRECT, TYPE_CIRCLE, TYPE_RECT, TYPE_RRECT
 
Fields inherited from class ucar.unidata.ui.drawing.Glyph
ATTR_BGCOLOR, ATTR_CHILDREN, ATTR_CLASS, ATTR_COLOR, ATTR_FILL, ATTR_HEIGHT, ATTR_IMAGE, ATTR_LINEWIDTH, ATTR_PARENT, ATTR_PTS, ATTR_STRETCHY, ATTR_TEXT, ATTR_TYPE, ATTR_WIDTH, baseline, H_SEL_WIDTH, highlightColor, idToGlyph, MIN_DISTANCE_TO_STRETCH, PT_CENTER, PT_H_LEFT, PT_H_MIDDLE, PT_H_RIGHT, PT_LL, PT_LM, PT_LR, PT_ML, PT_MM, PT_MR, PT_P1, PT_P2, PT_PREFIX, PT_UL, PT_UM, PT_UR, PT_V_LOWER, PT_V_MIDDLE, PT_V_UPPER, RECTPOINTNAMES, RECTPOINTS, SEL_WIDTH, TAG_GLYPH, underline, url
 
Constructor Summary
GroupGlyph()
          _more_
GroupGlyph(int x, int y)
          _more_
GroupGlyph(List newChildren)
          _more_
 
Method Summary
 
Methods inherited from class ucar.unidata.ui.drawing.CompositeGlyph
addChild, addChild, calculateBounds, childChanged, clone, distance, getAttrs, getBoundsFromChildren, getChildren, getStretchPoint, moveTo, paint, paintChildren, removeChild, setAttr, setBackground, setFilled, setForeground, setLineWidth, stretchTo, unGroup
 
Methods inherited from class ucar.unidata.ui.drawing.RectangleGlyph
getBottom, getBounds, getEqualSides, getLeft, getPoint, getPositionAttr, getSymetricReshape, getTop, moveBy, setPoints, setSize, setType
 
Methods inherited from class ucar.unidata.ui.drawing.Glyph
boundsChanged, canStretch, distance, doRemove, flipY, getBackground, getBackground, getBeingCreated, getCreateCommand, getCursor, getFilled, getForeground, getId, getLineWidth, getMoveCommand, getPersistent, getPointOnRect, getPointOnRect, getRectPointName, getRepaintBounds, getStretchPoint, getStretchy, getXml, initDone, makeAttr, notifyChange, paintHighlight, paintSelection, paintSelectionPoints, pickable, processAttrs, setBeingCreated, setId, setParent, setStretchy, stretchTo, stretchTo, toRect, transformOutput, transformOutput, transformOutputX, transformOutputY
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupGlyph

public GroupGlyph(int x,
                  int y)
_more_

Parameters:
x -
y -

GroupGlyph

public GroupGlyph(List newChildren)
_more_

Parameters:
newChildren -

GroupGlyph

public GroupGlyph()
_more_