net.sourceforge.plantuml.graphic
Class SymbolContext
java.lang.Object
net.sourceforge.plantuml.graphic.SymbolContext
public class SymbolContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolContext
public SymbolContext(HtmlColor backColor,
HtmlColor foreColor)
apply
public final UGraphic apply(UGraphic ug)
withShadow
public SymbolContext withShadow(boolean newShadow)
withStroke
public SymbolContext withStroke(UStroke newStroke)
getBackColor
public HtmlColor getBackColor()
getForeColor
public HtmlColor getForeColor()
getStroke
public UStroke getStroke()
isShadowing
public boolean isShadowing()
Copyright © 2013. All Rights Reserved.