Class RoundedContainer

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

public final class RoundedContainer extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    RoundedContainer(Dimension2D dim, double titleHeight, double attributeHeight, HColor borderColor, HColor backColor, HColor imgBackcolor, UStroke stroke, double rounded, double shadowing)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RoundedContainer

      public RoundedContainer(Dimension2D dim, double titleHeight, double attributeHeight, HColor borderColor, HColor backColor, HColor imgBackcolor, UStroke stroke, double rounded, double shadowing)
  • Method Details

    • drawU

      public void drawU(UGraphic ug)