net.sourceforge.plantuml.skin
Class StickMan
java.lang.Object
net.sourceforge.plantuml.skin.StickMan
- All Implemented Interfaces:
- TextBlock, UDrawable, UShape
public class StickMan
- extends Object
- implements TextBlock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StickMan
public StickMan(HtmlColor backgroundColor,
HtmlColor foregroundColor,
double deltaShadow,
double thickness)
StickMan
public StickMan(HtmlColor backgroundColor,
HtmlColor foregroundColor,
double deltaShadow)
StickMan
public StickMan(HtmlColor backgroundColor,
HtmlColor foregroundColor)
setDeltaShadow
public void setDeltaShadow(double deltaShadow)
drawU
public void drawU(UGraphic ug)
- Specified by:
drawU
in interface UDrawable
getPreferredWidth
public double getPreferredWidth()
getPreferredHeight
public double getPreferredHeight()
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interface TextBlock
Copyright © 2014. All Rights Reserved.