Package net.sourceforge.plantuml.klimt
Class Fashion
java.lang.Object
net.sourceforge.plantuml.klimt.Fashion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal UGraphic
applyColors
(UGraphic ug) applyStroke
(UGraphic ug) double
double
double
boolean
toString()
withBackColor
(HColor backColor) withCorner
(double roundCorner, double diagonalCorner) withDeltaShadow
(double deltaShadow2) withForeColor
(HColor foreColor) withShadow
(double deltaShadow2) withStroke
(UStroke newStroke)
-
Constructor Details
-
Fashion
-
-
Method Details
-
toString
-
apply
-
applyColors
-
applyStroke
-
withShadow
-
withDeltaShadow
-
withStroke
-
withBackColor
-
withForeColor
-
withCorner
-
getBackColor
-
getForeColor
-
getStroke
-
isShadowing
public boolean isShadowing() -
getDeltaShadow
public double getDeltaShadow() -
getRoundCorner
public double getRoundCorner() -
getDiagonalCorner
public double getDiagonalCorner()
-