Uses of Class
net.sourceforge.plantuml.klimt.shape.UPolygon
Packages that use UPolygon
Package
Description
-
Uses of UPolygon in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return UPolygonModifier and TypeMethodDescriptionstatic UPolygon
Hexagon.asPolygon
(double shadowing) static UPolygon
Hexagon.asPolygon
(double shadowing, double width, double height) static UPolygon
Hexagon.asPolygonSquare
(double shadowing, double width, double height) ArrowsRegular.asToDown()
ArrowsTriangle.asToDown()
ArrowsRegular.asToLeft()
ArrowsTriangle.asToLeft()
ArrowsRegular.asToRight()
ArrowsTriangle.asToRight()
ArrowsRegular.asToUp()
ArrowsTriangle.asToUp()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type UPolygonModifier and TypeMethodDescriptionstatic Snake
Snake.create
(ISkinParam skinParam, Rainbow color, UPolygon endDecoration) static Snake
Snake.create
(ISkinParam skinParam, UPolygon startDecoration, Rainbow color, UPolygon endDecoration) void
Worm.drawInternalOneColor
(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle colorAndStyle, double strokeValue, Direction emphasizeDirection, UPolygon endDecoration) void
WormTexted.drawInternalOneColor
(UPolygon startDecoration, UGraphic ug, HtmlColorAndStyle color, double stroke, Direction emphasizeDirection, UPolygon endDecoration) -
Uses of UPolygon in net.sourceforge.plantuml.braille
Methods in net.sourceforge.plantuml.braille with parameters of type UPolygonModifier and TypeMethodDescriptionvoid
DriverPolygonBraille.draw
(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid) -
Uses of UPolygon in net.sourceforge.plantuml.klimt
Methods in net.sourceforge.plantuml.klimt that return UPolygon -
Uses of UPolygon in net.sourceforge.plantuml.klimt.drawing.eps
Methods in net.sourceforge.plantuml.klimt.drawing.eps with parameters of type UPolygonModifier and TypeMethodDescriptionvoid
DriverPolygonEps.draw
(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps) -
Uses of UPolygon in net.sourceforge.plantuml.klimt.drawing.g2d
Methods in net.sourceforge.plantuml.klimt.drawing.g2d with parameters of type UPolygonModifier and TypeMethodDescriptionvoid
DriverPolygonG2d.draw
(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d) -
Uses of UPolygon in net.sourceforge.plantuml.klimt.drawing.hand
Methods in net.sourceforge.plantuml.klimt.drawing.hand that return UPolygonConstructors in net.sourceforge.plantuml.klimt.drawing.hand with parameters of type UPolygon -
Uses of UPolygon in net.sourceforge.plantuml.klimt.drawing.svg
Methods in net.sourceforge.plantuml.klimt.drawing.svg with parameters of type UPolygonModifier and TypeMethodDescriptionvoid
DriverPolygonSvg.draw
(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg) -
Uses of UPolygon in net.sourceforge.plantuml.klimt.drawing.tikz
Methods in net.sourceforge.plantuml.klimt.drawing.tikz with parameters of type UPolygonModifier and TypeMethodDescriptionvoid
DriverPolygonTikz.draw
(UPolygon poly, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz) -
Uses of UPolygon in net.sourceforge.plantuml.klimt.drawing.visio
Methods in net.sourceforge.plantuml.klimt.drawing.visio with parameters of type UPolygonModifier and TypeMethodDescriptionvoid
DriverPolygonVdx.draw
(UPolygon poly, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio) void
-
Uses of UPolygon in net.sourceforge.plantuml.klimt.shape
Methods in net.sourceforge.plantuml.klimt.shape that return UPolygon -
Uses of UPolygon in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project that return UPolygon -
Uses of UPolygon in net.sourceforge.plantuml.svek.extremity
Constructors in net.sourceforge.plantuml.svek.extremity with parameters of type UPolygon