Class RoundedContainer


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

      Constructors 
      Constructor Description
      RoundedContainer​(java.awt.geom.Dimension2D dim, double titleHeight, double attributeHeight, HColor borderColor, HColor backColor, HColor imgBackcolor, UStroke stroke)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void drawU​(UGraphic ug, boolean shadowing)  
      • Methods inherited from class java.lang.Object

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

      • RoundedContainer

        public RoundedContainer​(java.awt.geom.Dimension2D dim,
                                double titleHeight,
                                double attributeHeight,
                                HColor borderColor,
                                HColor backColor,
                                HColor imgBackcolor,
                                UStroke stroke)
    • Method Detail

      • drawU

        public void drawU​(UGraphic ug,
                          boolean shadowing)