public interface RubberBandCanvasIF
| Modifier and Type | Method and Description |
|---|---|
void |
addMouseListener(MouseListener l) |
void |
addMouseMotionListener(MouseMotionListener l) |
void |
areaBounded(RubberBand b,
int startX,
int startY,
int endX,
int endY) |
boolean |
canDrawRubberBand(RubberBand band) |
Color |
getBackground() |
Graphics |
getDrawingGraphics() |
Point |
translateEnd(Point endPoint) |
Point |
translateStart(Point startPoint) |
void addMouseListener(MouseListener l)
void addMouseMotionListener(MouseMotionListener l)
void areaBounded(RubberBand b, int startX, int startY, int endX, int endY)
boolean canDrawRubberBand(RubberBand band)
Color getBackground()
Graphics getDrawingGraphics()
Copyright © 2018. All rights reserved.