Package net.sourceforge.plantuml.graphic
Class SymbolContext
java.lang.Object
net.sourceforge.plantuml.graphic.SymbolContext
public class SymbolContext
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal UGraphic
applyColors
(UGraphic ug) applyStroke
(UGraphic ug) double
double
double
boolean
java.lang.String
toString()
withBackColor
(HColor backColor) withCorner
(double roundCorner, double diagonalCorner) withDeltaShadow
(double deltaShadow2) withForeColor
(HColor foreColor) withShadow
(double deltaShadow2) withStroke
(UStroke newStroke) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SymbolContext
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
apply
-
applyColors
-
applyStroke
-
transparentBackColorToNull
-
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()
-