Modifier and Type | Method and Description |
---|---|
boolean |
BoxedMorph.genomicallyEquals(BoxedMorph thatBoxedMorph) |
Modifier and Type | Method and Description |
---|---|
BoxedMorph |
BoxedMorphCollection.findBoxedMorphForMorph(Morph morph) |
BoxedMorph |
BoxedMorphCollection.getBoxedMorph(Point p,
Dim d)
Calls BoxManager.getBoxContainingPoint() to find the box at the given point
with the given dimensions for the region, then calls getBoxedMorph with
the box to return the BoxedMorph inside it (if any.)
|
BoxedMorph |
BoxedMorphCollection.getBoxedMorph(Rect box) |
BoxedMorph |
BoxedMorphCollection.getSelectedBoxedMorph() |
BoxedMorph |
BoxedMorphCollection.lastElement() |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<BoxedMorph> |
BoxedMorphCollection.findBoxedMorphsForMorphAndDescendents(BoxedMorph boxedMorph) |
java.util.Vector<BoxedMorph> |
BoxedMorphCollection.getBoxedMorphs() |
java.util.Iterator<BoxedMorph> |
BoxedMorphCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
BoxedMorphCollection.add(BoxedMorph boxedMorph) |
void |
BoxedMorphCollection.add(int index,
BoxedMorph boxedNewestOffspring) |
void |
MorphDrawer.draw(BoxedMorph locatedMorph,
java.lang.Object graphicsContext,
Dim d,
boolean selectionState,
boolean isShowBoundingBoxes,
boolean clip) |
java.util.Vector<BoxedMorph> |
BoxedMorphCollection.findBoxedMorphsForMorphAndDescendents(BoxedMorph boxedMorph) |
void |
BoxedMorphCollection.moveToEnd(BoxedMorph boxedMorph) |
void |
BoxedMorphCollection.remove(BoxedMorph boxedMorphVictim) |
void |
BoxedMorphCollection.removeAndKillAllBut(BoxedMorph boxedMorphParent) |
void |
BoxedMorphCollection.setSelectedBoxedMorph(BoxedMorph selectedBoxedMorph) |
Modifier and Type | Method and Description |
---|---|
void |
BoxedMorphCollection.setBoxedMorphs(java.util.Vector<BoxedMorph> boxedMorphs) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMorphViewPanel.setSelectedBoxedMorph(BoxedMorph newValue) |
void |
MorphViewPanel.setSelectedBoxedMorph(BoxedMorph newValue) |
Modifier and Type | Method and Description |
---|---|
void |
BoxAnimator.setupBoxAnimator(Rect special,
BoxedMorph boxedMorphParent,
Morph newestOffspring) |
Modifier and Type | Method and Description |
---|---|
void |
SwingMorphDrawer.draw(BoxedMorph boxedMorph,
java.lang.Object graphicsContext,
Dim size,
boolean selectionState,
boolean showBoundingBox,
boolean clip) |