net.sourceforge.plantuml.svek
Class RoundedContainer

java.lang.Object
  extended by net.sourceforge.plantuml.svek.RoundedContainer

public final class RoundedContainer
extends Object


Field Summary
static double THICKNESS_BORDER
           
 
Constructor Summary
RoundedContainer(Dimension2D dim, double titleHeight, double attributeHeight, HtmlColor borderColor, HtmlColor backColor, HtmlColor imgBackcolor)
           
 
Method Summary
 void drawU(UGraphic ug, double x, double y, boolean shadowing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THICKNESS_BORDER

public static final double THICKNESS_BORDER
See Also:
Constant Field Values
Constructor Detail

RoundedContainer

public RoundedContainer(Dimension2D dim,
                        double titleHeight,
                        double attributeHeight,
                        HtmlColor borderColor,
                        HtmlColor backColor,
                        HtmlColor imgBackcolor)
Method Detail

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y,
                  boolean shadowing)


Copyright © 2013. All Rights Reserved.