public class TrashBoard extends RegionBoard implements TextPainter
Modifier and Type | Field and Description |
---|---|
(package private) XTypeStore |
typeStore |
canvas, fullTextHeight
Constructor and Description |
---|
TrashBoard(DTextCanvas c) |
Modifier and Type | Method and Description |
---|---|
void |
dropGeneral(java.lang.Object src) |
void |
dropOn(java.lang.Object src,
Region reg) |
void |
emptyDrop(java.lang.Object src) |
IntPosition |
getScreenPosition() |
void |
paintText(java.awt.Graphics2D g) |
void |
regionClicked(Region reg) |
void |
repaint() |
addClickRegion, addDragOrDropRegion, addDragRegion, addDropRegion, addLengthenedRegion, addRegion, addRegion, clearRegions, focusGained, focusLost, getCanvas, getDragOverRegion, getDragOverRegion, getFullTextHeight, getHeight, getHoverRegion, getWidth, notifyChange, prePaintRegions, requestFocus, setAntialias, setChangeNotifiable, unecho
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFullTextHeight
XTypeStore typeStore
public TrashBoard(DTextCanvas c)
public IntPosition getScreenPosition()
public void repaint()
repaint
in class RegionBoard
public void paintText(java.awt.Graphics2D g)
paintText
in interface TextPainter
public void regionClicked(Region reg)
regionClicked
in interface RegionListener
regionClicked
in class RegionBoard
public void dropOn(java.lang.Object src, Region reg)
dropOn
in class RegionBoard
public void emptyDrop(java.lang.Object src)
public void dropGeneral(java.lang.Object src)
dropGeneral
in class RegionBoard
Copyright © 2013. All Rights Reserved.