Uses of Class
net.sourceforge.plantuml.ugraphic.UPolygon
-
-
Uses of UPolygon in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return UPolygon Modifier and Type Method Description static 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)
UPolygon
Arrows. asTo(Direction direction)
abstract UPolygon
Arrows. asToDown()
UPolygon
ArrowsRegular. asToDown()
UPolygon
ArrowsTriangle. asToDown()
abstract UPolygon
Arrows. asToLeft()
UPolygon
ArrowsRegular. asToLeft()
UPolygon
ArrowsTriangle. asToLeft()
abstract UPolygon
Arrows. asToRight()
UPolygon
ArrowsRegular. asToRight()
UPolygon
ArrowsTriangle. asToRight()
abstract UPolygon
Arrows. asToUp()
UPolygon
ArrowsRegular. asToUp()
UPolygon
ArrowsTriangle. asToUp()
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type UPolygon Modifier and Type Method Description static 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 UPolygon Modifier and Type Method Description void
DriverPolygonBraille. draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, BrailleGrid grid)
-
Uses of UPolygon in net.sourceforge.plantuml.project
Methods in net.sourceforge.plantuml.project that return UPolygon Modifier and Type Method Description UPolygon
GArrows. asToDown()
UPolygon
GArrows. asToLeft()
UPolygon
GArrows. asToRight()
UPolygon
GArrows. asToUp()
-
Uses of UPolygon in net.sourceforge.plantuml.svek.extremity
Constructors in net.sourceforge.plantuml.svek.extremity with parameters of type UPolygon Constructor Description ExtremityOther(UPolygon polygon)
-
Uses of UPolygon in net.sourceforge.plantuml.ugraphic
Methods in net.sourceforge.plantuml.ugraphic that return UPolygon Modifier and Type Method Description UPolygon
UPolygon. translate(double dx, double dy)
-
Uses of UPolygon in net.sourceforge.plantuml.ugraphic.eps
Methods in net.sourceforge.plantuml.ugraphic.eps with parameters of type UPolygon Modifier and Type Method Description void
DriverPolygonEps. draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, EpsGraphics eps)
-
Uses of UPolygon in net.sourceforge.plantuml.ugraphic.g2d
Methods in net.sourceforge.plantuml.ugraphic.g2d with parameters of type UPolygon Modifier and Type Method Description void
DriverPolygonG2d. draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, Graphics2D g2d)
-
Uses of UPolygon in net.sourceforge.plantuml.ugraphic.hand
Methods in net.sourceforge.plantuml.ugraphic.hand that return UPolygon Modifier and Type Method Description UPolygon
HandJiggle. toUPolygon()
Constructors in net.sourceforge.plantuml.ugraphic.hand with parameters of type UPolygon Constructor Description UPolygonHand(UPolygon source, Random rnd)
-
Uses of UPolygon in net.sourceforge.plantuml.ugraphic.svg
Methods in net.sourceforge.plantuml.ugraphic.svg with parameters of type UPolygon Modifier and Type Method Description void
DriverPolygonSvg. draw(UPolygon shape, double x, double y, ColorMapper mapper, UParam param, SvgGraphics svg)
-
Uses of UPolygon in net.sourceforge.plantuml.ugraphic.tikz
Methods in net.sourceforge.plantuml.ugraphic.tikz with parameters of type UPolygon Modifier and Type Method Description void
DriverPolygonTikz. draw(UPolygon poly, double x, double y, ColorMapper mapper, UParam param, TikzGraphics tikz)
-
Uses of UPolygon in net.sourceforge.plantuml.ugraphic.visio
Methods in net.sourceforge.plantuml.ugraphic.visio with parameters of type UPolygon Modifier and Type Method Description void
DriverPolygonVdx. draw(UPolygon poly, double x, double y, ColorMapper mapper, UParam param, VisioGraphics visio)
void
VisioGraphics. polygon(UPolygon poly)
-