net.sourceforge.plantuml.skin.rose
Class ComponentRoseGroupingBody

java.lang.Object
  extended by net.sourceforge.plantuml.skin.AbstractComponent
      extended by net.sourceforge.plantuml.skin.rose.ComponentRoseGroupingBody
All Implemented Interfaces:
Component

public class ComponentRoseGroupingBody
extends AbstractComponent


Constructor Summary
ComponentRoseGroupingBody(HtmlColor background, HtmlColor foregroundColor)
           
 
Method Summary
protected  void drawBackgroundInternalU(UGraphic ug, java.awt.geom.Dimension2D dimensionToUse)
           
protected  void drawInternalU(UGraphic ug, java.awt.geom.Dimension2D dimensionToUse, boolean withShadow)
           
 double getPreferredHeight(StringBounder stringBounder)
           
 double getPreferredWidth(StringBounder stringBounder)
           
 
Methods inherited from class net.sourceforge.plantuml.skin.AbstractComponent
drawU, getPaddingX, getPaddingY, stroke, stroke, stroke, stroke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentRoseGroupingBody

public ComponentRoseGroupingBody(HtmlColor background,
                                 HtmlColor foregroundColor)
Method Detail

drawBackgroundInternalU

protected void drawBackgroundInternalU(UGraphic ug,
                                       java.awt.geom.Dimension2D dimensionToUse)
Overrides:
drawBackgroundInternalU in class AbstractComponent

drawInternalU

protected void drawInternalU(UGraphic ug,
                             java.awt.geom.Dimension2D dimensionToUse,
                             boolean withShadow)
Specified by:
drawInternalU in class AbstractComponent

getPreferredWidth

public double getPreferredWidth(StringBounder stringBounder)
Specified by:
getPreferredWidth in interface Component
Specified by:
getPreferredWidth in class AbstractComponent

getPreferredHeight

public double getPreferredHeight(StringBounder stringBounder)
Specified by:
getPreferredHeight in interface Component
Specified by:
getPreferredHeight in class AbstractComponent


Copyright © 2011. All Rights Reserved.