Package net.sourceforge.plantuml.klimt
Class UClip
java.lang.Object
net.sourceforge.plantuml.klimt.UClip
- All Implemented Interfaces:
UChange
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionenlarge
(double delta) getClippedLine
(Line2D.Double line) final double
final double
getWidth()
final double
getX()
final double
getY()
boolean
isInside
(double xp, double yp) boolean
boolean
toString()
translate
(double dx, double dy) translate
(UTranslate translate)
-
Constructor Details
-
UClip
public UClip(double x, double y, double width, double height)
-
-
Method Details
-
enlarge
-
toString
-
translate
-
translate
-
getX
public final double getX() -
getY
public final double getY() -
getWidth
public final double getWidth() -
getHeight
public final double getHeight() -
isInside
-
isInside
public boolean isInside(double xp, double yp) -
getClippedRectangle
-
getClippedLine
-
isInside
-