Package net.sourceforge.plantuml.klimt
Class Fashion
java.lang.Object
net.sourceforge.plantuml.klimt.Fashion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal UGraphicapplyColors(UGraphic ug) applyStroke(UGraphic ug) doubledoubledoublebooleantoString()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()
-