Package net.sourceforge.plantuml.klimt
Class UClip
java.lang.Object
net.sourceforge.plantuml.klimt.UClip
- All Implemented Interfaces:
UChange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenlarge(double delta) getClippedLine(Line2D.Double line) final doublefinal doublegetWidth()final doublegetX()final doublegetY()booleanisInside(double xp, double yp) booleanbooleantoString()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
-