net.sourceforge.plantuml.svek
Class Control

java.lang.Object
  extended by net.sourceforge.plantuml.svek.Control
All Implemented Interfaces:
TextBlock, UDrawable

public class Control
extends Object
implements TextBlock


Constructor Summary
Control(HtmlColor backgroundColor, HtmlColor foregroundColor, double deltaShadow, double thickness)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 List<Url> getUrls(StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Control

public Control(HtmlColor backgroundColor,
               HtmlColor foregroundColor,
               double deltaShadow,
               double thickness)
Method Detail

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock

getUrls

public List<Url> getUrls(StringBounder stringBounder)
Specified by:
getUrls in interface TextBlock


Copyright © 2013. All Rights Reserved.