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, unechoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFullTextHeightXTypeStore typeStore
public TrashBoard(DTextCanvas c)
public IntPosition getScreenPosition()
public void repaint()
repaint in class RegionBoardpublic void paintText(java.awt.Graphics2D g)
paintText in interface TextPainterpublic void regionClicked(Region reg)
regionClicked in interface RegionListenerregionClicked in class RegionBoardpublic void dropOn(java.lang.Object src,
Region reg)
dropOn in class RegionBoardpublic void emptyDrop(java.lang.Object src)
public void dropGeneral(java.lang.Object src)
dropGeneral in class RegionBoardCopyright © 2013. All Rights Reserved.