|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.views.styledmap.clip.impl.Hide
public class Hide
Clip algorithm that forbids drawing.
Method Summary | |
---|---|
Shape |
getClip(Rectangle viewportBounds,
int originX,
int originY,
int width,
int height)
Determine the clip region for painting. |
static Hide |
getInstance()
Get the Hide instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Hide getInstance()
Hide
instance.
public Shape getClip(Rectangle viewportBounds, int originX, int originY, int width, int height)
Clip
getClip
in interface Clip
viewportBounds
- the view-port bounds (world pixel coordinates)originX
- the x position of the origin of the graphics to clip
(world pixel coordinates)originY
- the y position of the origin of the graphics to clip
(world pixel coordinates)width
- the graphics widthheight
- the graphics height
null
if nothing should be paintedClip.getClip(Rectangle, int, int, int, int)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |