Uses of Interface
net.sourceforge.plantuml.SpriteContainer

Packages that use SpriteContainer
net.sourceforge.plantuml   
net.sourceforge.plantuml.cucadiagram   
net.sourceforge.plantuml.graphic   
net.sourceforge.plantuml.salt   
net.sourceforge.plantuml.salt.element   
net.sourceforge.plantuml.salt.factory   
net.sourceforge.plantuml.skin   
net.sourceforge.plantuml.skin.bluemodern   
net.sourceforge.plantuml.skin.rose   
 

Uses of SpriteContainer in net.sourceforge.plantuml
 

Subinterfaces of SpriteContainer in net.sourceforge.plantuml
 interface ISkinParam
           
 

Classes in net.sourceforge.plantuml that implement SpriteContainer
 class SkinParam
           
 class SkinParamBackcolored
           
 class SkinParamBackcoloredReference
           
 class SpriteContainerEmpty
           
 

Uses of SpriteContainer in net.sourceforge.plantuml.cucadiagram
 

Methods in net.sourceforge.plantuml.cucadiagram with parameters of type SpriteContainer
 double Link.getMarginDecors1(StringBounder stringBounder, UFont fontQualif, SpriteContainer spriteContainer)
           
 double Link.getMarginDecors2(StringBounder stringBounder, UFont fontQualif, SpriteContainer spriteContainer)
           
 

Uses of SpriteContainer in net.sourceforge.plantuml.graphic
 

Methods in net.sourceforge.plantuml.graphic with parameters of type SpriteContainer
static TextBlock TextBlockUtils.create(Display texts, FontConfiguration fontConfiguration, HorizontalAlignement horizontalAlignement, SpriteContainer spriteContainer)
           
 

Uses of SpriteContainer in net.sourceforge.plantuml.salt
 

Classes in net.sourceforge.plantuml.salt that implement SpriteContainer
 class Dictionary
           
 

Uses of SpriteContainer in net.sourceforge.plantuml.salt.element
 

Constructors in net.sourceforge.plantuml.salt.element with parameters of type SpriteContainer
ElementButton(String text, UFont font, SpriteContainer spriteContainer)
           
ElementDroplist(String text, UFont font, SpriteContainer spriteContainer)
           
ElementMenuBar(UFont font, SpriteContainer spriteContainer)
           
ElementMenuEntry(String text, UFont font, SpriteContainer spriteContainer)
           
ElementMenuPopup(UFont font, SpriteContainer spriteContainer)
           
ElementRadioCheckbox(List<String> text, UFont font, boolean radio, boolean checked, SpriteContainer spriteContainer)
           
ElementTabBar(UFont font, SpriteContainer spriteContainer)
           
ElementText(List<String> text, UFont font, SpriteContainer spriteContainer)
           
ElementTextField(String text, UFont font, SpriteContainer spriteContainer)
           
ElementTree(UFont font, SpriteContainer spriteContainer)
           
ElementTreeEntry(int level, String text, UFont font, SpriteContainer spriteContainer)
           
 

Uses of SpriteContainer in net.sourceforge.plantuml.salt.factory
 

Constructors in net.sourceforge.plantuml.salt.factory with parameters of type SpriteContainer
ElementFactoryButton(DataSource dataSource, SpriteContainer spriteContainer)
           
ElementFactoryCheckboxOff(DataSource dataSource, SpriteContainer spriteContainer)
           
ElementFactoryCheckboxOn(DataSource dataSource, SpriteContainer spriteContainer)
           
ElementFactoryDroplist(DataSource dataSource, SpriteContainer spriteContainer)
           
ElementFactoryRadioOff(DataSource dataSource, SpriteContainer spriteContainer)
           
ElementFactoryRadioOn(DataSource dataSource, SpriteContainer spriteContainer)
           
ElementFactoryText(DataSource dataSource, SpriteContainer spriteContainer)
           
ElementFactoryTextField(DataSource dataSource, SpriteContainer spriteContainer)
           
 

Uses of SpriteContainer in net.sourceforge.plantuml.skin
 

Constructors in net.sourceforge.plantuml.skin with parameters of type SpriteContainer
AbstractTextualComponent(CharSequence label, HtmlColor fontColor, UFont font, HorizontalAlignement horizontalAlignement, int marginX1, int marginX2, int marginY, SpriteContainer spriteContainer)
           
AbstractTextualComponent(Display strings, HtmlColor fontColor, UFont font, HorizontalAlignement horizontalAlignement, int marginX1, int marginX2, int marginY, SpriteContainer spriteContainer)
           
 

Uses of SpriteContainer in net.sourceforge.plantuml.skin.bluemodern
 

Constructors in net.sourceforge.plantuml.skin.bluemodern with parameters of type SpriteContainer
AbstractComponentBlueModernArrow(HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, SpriteContainer spriteContainer)
           
ComponentBlueModernActor(HtmlColor backgroundColor, HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display stringsToDisplay, boolean head, SpriteContainer spriteContainer)
           
ComponentBlueModernArrow(HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, SpriteContainer spriteContainer)
           
ComponentBlueModernDelayText(HtmlColor fontColor, UFont font, Display stringsToDisplay, SpriteContainer spriteContainer)
           
ComponentBlueModernDivider(HtmlColor fontColor, UFont font, HtmlColor background1, HtmlColor background2, HtmlColor borderColor, Display stringsToDisplay, SpriteContainer spriteContainer)
           
ComponentBlueModernEnglober(HtmlColor borderColor, HtmlColor backColor, Display strings, HtmlColor fontColor, UFont font, SpriteContainer spriteContainer)
           
ComponentBlueModernGroupingHeader(HtmlColor headerBackgroundColor, HtmlColor generalBackgroundColor, HtmlColor borderColor, HtmlColor fontColor1, HtmlColor fontColor2, UFont bigFont, UFont smallFont, Display strings, SpriteContainer spriteContainer)
           
ComponentBlueModernNote(HtmlColor back, HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display strings, SpriteContainer spriteContainer)
           
ComponentBlueModernParticipant(HtmlColor blue1, HtmlColor blue2, HtmlColor fontColor, UFont font, Display stringsToDisplay, SpriteContainer spriteContainer)
           
ComponentBlueModernSelfArrow(HtmlColor foregroundColor, HtmlColor colorFont, UFont font, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, SpriteContainer spriteContainer)
           
 

Uses of SpriteContainer in net.sourceforge.plantuml.skin.rose
 

Constructors in net.sourceforge.plantuml.skin.rose with parameters of type SpriteContainer
AbstractComponentRoseArrow(HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, SpriteContainer spriteContainer)
           
ComponentRoseActor(HtmlColor yellow, HtmlColor red, HtmlColor fontColor, UFont font, Display stringsToDisplay, boolean head, SpriteContainer spriteContainer, double deltaShadow)
           
ComponentRoseArrow(HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, HorizontalAlignement messagePosition, SpriteContainer spriteContainer)
           
ComponentRoseBoundary(HtmlColor yellow, HtmlColor red, HtmlColor fontColor, UFont font, Display stringsToDisplay, boolean head, SpriteContainer spriteContainer, double deltaShadow)
           
ComponentRoseControl(HtmlColor yellow, HtmlColor red, HtmlColor fontColor, UFont font, Display stringsToDisplay, boolean head, SpriteContainer spriteContainer, double deltaShadow)
           
ComponentRoseDelayText(HtmlColor fontColor, UFont font, Display stringsToDisplay, SpriteContainer spriteContainer)
           
ComponentRoseDivider(HtmlColor fontColor, UFont font, HtmlColor background, Display stringsToDisplay, SpriteContainer spriteContainer, boolean withShadow)
           
ComponentRoseEnglober(HtmlColor borderColor, HtmlColor backColor, Display strings, HtmlColor fontColor, UFont font, SpriteContainer spriteContainer)
           
ComponentRoseEntity(HtmlColor yellow, HtmlColor red, HtmlColor fontColor, UFont font, Display stringsToDisplay, boolean head, SpriteContainer spriteContainer, double deltaShadow)
           
ComponentRoseGroupingElse(HtmlColor fontColor, HtmlColor groupBorder, UFont smallFont, CharSequence comment, SpriteContainer spriteContainer, HtmlColor backgroundColor)
           
ComponentRoseGroupingHeader(HtmlColor fontColor, HtmlColor background, HtmlColor groupBackground, HtmlColor groupBorder, UFont bigFont, UFont smallFont, Display strings, SpriteContainer spriteContainer, double deltaShadow)
           
ComponentRoseNote(HtmlColor back, HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display strings, double paddingX, double paddingY, SpriteContainer spriteContainer, double deltaShadow)
           
ComponentRoseNoteBox(HtmlColor back, HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display strings, SpriteContainer spriteContainer, double deltaShadow)
           
ComponentRoseNoteHexagonal(HtmlColor back, HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display strings, SpriteContainer spriteContainer, double deltaShadow)
           
ComponentRoseParticipant(HtmlColor back, HtmlColor foregroundColor, HtmlColor fontColor, UFont font, Display stringsToDisplay, SpriteContainer spriteContainer, double deltaShadow, double roundCorner)
           
ComponentRoseReference(HtmlColor fontColor, HtmlColor fontHeaderColor, UFont font, HtmlColor borderColor, HtmlColor backgroundHeader, HtmlColor background, UFont header, Display stringsToDisplay, HorizontalAlignement position, SpriteContainer spriteContainer, double deltaShadow)
           
ComponentRoseSelfArrow(HtmlColor foregroundColor, HtmlColor colorFont, UFont font, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, SpriteContainer spriteContainer)
           
ComponentRoseTitle(HtmlColor fontColor, UFont font, Display stringsToDisplay, SpriteContainer spriteContainer)
           
 



Copyright © 2012. All Rights Reserved.