|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.context.GlimpseTargetStackImpl
public class GlimpseTargetStackImpl
GlimpseTargetStack
Constructor Summary | |
---|---|
GlimpseTargetStackImpl(GlimpseCanvas canvas)
|
|
GlimpseTargetStackImpl(GlimpseTarget... targets)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
GlimpseBounds |
getBounds()
|
java.util.List<GlimpseBounds> |
getBoundsList()
|
int |
getSize()
|
GlimpseTarget |
getTarget()
|
java.util.List<GlimpseTarget> |
getTargetList()
|
int |
hashCode()
|
GlimpseTargetStack |
pop()
Removes the top GlimpseTarget / GlimpseBounds pair from the target stack. |
GlimpseTargetStack |
push(GlimpseTarget target)
Pushes a GlimpseTarget onto this TargetStack (with dummy GlimpseBounds). |
GlimpseTargetStack |
push(GlimpseTarget target,
GlimpseBounds bounds)
Adds a new GlimpseTarget and its corresponding GlimpseBounds to the TargetStack. |
GlimpseTargetStack |
push(GlimpseTargetStack stack)
Pushes an existing stack onto the top of this stack, merging the two. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlimpseTargetStackImpl(GlimpseTarget... targets)
public GlimpseTargetStackImpl(GlimpseCanvas canvas)
Method Detail |
---|
public GlimpseTargetStack push(GlimpseTarget target, GlimpseBounds bounds)
GlimpseTargetStack
push
in interface GlimpseTargetStack
public GlimpseTargetStack push(GlimpseTarget target)
GlimpseTargetStack
push
in interface GlimpseTargetStack
public GlimpseTargetStack push(GlimpseTargetStack stack)
GlimpseTargetStack
push
in interface GlimpseTargetStack
public GlimpseTargetStack pop()
GlimpseTargetStack
pop
in interface GlimpseTargetStack
public GlimpseTarget getTarget()
getTarget
in interface GlimpseTargetStack
public GlimpseBounds getBounds()
getBounds
in interface GlimpseTargetStack
public java.util.List<GlimpseTarget> getTargetList()
getTargetList
in interface GlimpseTargetStack
public java.util.List<GlimpseBounds> getBoundsList()
getBoundsList
in interface GlimpseTargetStack
public int getSize()
getSize
in interface GlimpseTargetStack
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |