public abstract class AbstractImageGraphicsItem extends Object implements GraphicsItem
| Constructor and Description |
|---|
AbstractImageGraphicsItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildItem(AbstractImageGraphicsItem childItem) |
abstract void |
draw(Graphics2D canvas) |
void |
getAllChildren(List<AbstractImageGraphicsItem> outputList) |
Collection<AbstractImageGraphicsItem> |
getChildren() |
int |
getZValue() |
void |
setParentItem(GraphicsItem parent) |
void |
setZValue(int newZValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoundspublic void addChildItem(AbstractImageGraphicsItem childItem)
public abstract void draw(Graphics2D canvas)
public void getAllChildren(List<AbstractImageGraphicsItem> outputList)
public Collection<AbstractImageGraphicsItem> getChildren()
public int getZValue()
public void setParentItem(GraphicsItem parent)
setParentItem in interface GraphicsItempublic void setZValue(int newZValue)
setZValue in interface GraphicsItemCopyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.