net.sourceforge.plantuml.skin.rose
Class ComponentRoseParticipant

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

public class ComponentRoseParticipant
extends AbstractTextualComponent


Constructor Summary
ComponentRoseParticipant(HtmlColor back, HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display stringsToDisplay, SpriteContainer spriteContainer, double deltaShadow, double roundCorner, UStroke stroke)
           
 
Method Summary
protected  void drawInternalU(UGraphic ug, Area area)
           
 double getPreferredHeight(StringBounder stringBounder)
           
 double getPreferredWidth(StringBounder stringBounder)
           
 
Methods inherited from class net.sourceforge.plantuml.skin.AbstractTextualComponent
getFont, getFontColor, getLabels, getMarginX1, getMarginX2, getMarginY, getPureTextWidth, getTextBlock, getTextHeight, getTextWidth
 
Methods inherited from class net.sourceforge.plantuml.skin.AbstractComponent
drawBackgroundInternalU, 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

ComponentRoseParticipant

public ComponentRoseParticipant(HtmlColor back,
                                HtmlColor foregroundColor,
                                HtmlColor fontColor,
                                UFont font,
                                Display stringsToDisplay,
                                SpriteContainer spriteContainer,
                                double deltaShadow,
                                double roundCorner,
                                UStroke stroke)
Method Detail

drawInternalU

protected void drawInternalU(UGraphic ug,
                             Area area)
Specified by:
drawInternalU in class AbstractComponent

getPreferredHeight

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

getPreferredWidth

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


Copyright © 2013. All Rights Reserved.