Package ucar.nc2.ui.geoloc
Class RubberbandRectangle
- java.lang.Object
-
- ucar.nc2.ui.geoloc.Rubberband
-
- ucar.nc2.ui.geoloc.RubberbandRectangle
-
- All Implemented Interfaces:
Serializable
public class RubberbandRectangle extends Rubberband
Rectangle Rubberbanding.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ucar.nc2.ui.geoloc.Rubberband
anchorPt, component, endPt, firstStretch, lastPt, stretchedPt
-
-
Constructor Summary
Constructors Constructor Description RubberbandRectangle(Component component, boolean listen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawLast(Graphics2D graphics)
void
drawNext(Graphics2D graphics)
-
Methods inherited from class ucar.nc2.ui.geoloc.Rubberband
anchor, done, end, getAnchor, getBounds, getEnd, getLast, getStretched, isActive, lastBounds, setActive, stretch
-
-
-
-
Constructor Detail
-
RubberbandRectangle
public RubberbandRectangle(Component component, boolean listen)
-
-
Method Detail
-
drawLast
public void drawLast(Graphics2D graphics)
- Specified by:
drawLast
in classRubberband
-
drawNext
public void drawNext(Graphics2D graphics)
- Specified by:
drawNext
in classRubberband
-
-