Uses of Class
net.sourceforge.plantuml.klimt.shape.URectangle
Packages that use URectangle
Package
Description
-
Uses of URectangle in net.sourceforge.plantuml.braille
Methods in net.sourceforge.plantuml.braille with parameters of type URectangleModifier and TypeMethodDescriptionvoid
DriverRectangleBraille.draw
(URectangle rect, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) -
Uses of URectangle in net.sourceforge.plantuml.klimt.drawing.eps
Methods in net.sourceforge.plantuml.klimt.drawing.eps with parameters of type URectangleModifier and TypeMethodDescriptionvoid
DriverRectangleEps.draw
(URectangle rect, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) -
Uses of URectangle in net.sourceforge.plantuml.klimt.drawing.g2d
Methods in net.sourceforge.plantuml.klimt.drawing.g2d with parameters of type URectangleModifier and TypeMethodDescriptionvoid
DriverRectangleG2d.draw
(URectangle rect, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) -
Uses of URectangle in net.sourceforge.plantuml.klimt.drawing.hand
Constructors in net.sourceforge.plantuml.klimt.drawing.hand with parameters of type URectangle -
Uses of URectangle in net.sourceforge.plantuml.klimt.drawing.html5
Methods in net.sourceforge.plantuml.klimt.drawing.html5 with parameters of type URectangleModifier and TypeMethodDescriptionvoid
DriverRectangleHtml5.draw
(URectangle rect, double x, double y, ColorMapper mapper, UParam param, Html5Drawer html) -
Uses of URectangle in net.sourceforge.plantuml.klimt.drawing.svg
Methods in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type URectangleModifier and TypeMethodDescriptionvoid
DriverRectangleSvg.draw
(URectangle rect, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) -
Uses of URectangle in net.sourceforge.plantuml.klimt.drawing.tikz
Methods in net.sourceforge.plantuml.klimt.drawing.tikz with parameters of type URectangleModifier and TypeMethodDescriptionvoid
DriverRectangleTikz.draw
(URectangle rect, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) -
Uses of URectangle in net.sourceforge.plantuml.klimt.drawing.visio
Methods in net.sourceforge.plantuml.klimt.drawing.visio with parameters of type URectangleModifier and TypeMethodDescriptionvoid
DriverRectangleVdx.draw
(URectangle rect, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) -
Uses of URectangle in net.sourceforge.plantuml.klimt.shape
Methods in net.sourceforge.plantuml.klimt.shape that return URectangleModifier and TypeMethodDescriptionstatic URectangle
URectangle.build
(double width, double height) static URectangle
URectangle.build
(XDimension2D dim) final URectangle
URectangle.ignoreForCompressionOnX()
final URectangle
URectangle.ignoreForCompressionOnY()
URectangle.rounded
(double round) URectangle.withCommentAndCodeLine
(String comment, String codeLine) URectangle.withHeight
(double newHeight) URectangle.withWidth
(double newWidth) -
Uses of URectangle in net.sourceforge.plantuml.svek.image
Methods in net.sourceforge.plantuml.svek.image that return URectangleModifier and TypeMethodDescriptionprotected final URectangle
EntityImageStateCommon.getShape
(XDimension2D dimTotal)