Uses of Class
net.sourceforge.plantuml.graphic.SymbolContext
-
-
Uses of SymbolContext in net.sourceforge.plantuml.graphic
Methods in net.sourceforge.plantuml.graphic that return SymbolContext Modifier and Type Method Description SymbolContext
SymbolContext. transparentBackColorToNull()
SymbolContext
SymbolContext. withBackColor(HColor backColor)
SymbolContext
SymbolContext. withCorner(double roundCorner, double diagonalCorner)
SymbolContext
SymbolContext. withDeltaShadow(double deltaShadow2)
SymbolContext
SymbolContext. withForeColor(HColor foreColor)
SymbolContext
SymbolContext. withShadow(double deltaShadow2)
SymbolContext
SymbolContext. withStroke(UStroke newStroke)
Methods in net.sourceforge.plantuml.graphic with parameters of type SymbolContext Modifier and Type Method Description abstract TextBlock
USymbol. asBig(TextBlock label, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
TextBlock
USymbolFolder. asBig(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
TextBlock
USymbolHexagon. asBig(TextBlock title, HorizontalAlignment labelAlignment, TextBlock stereotype, double width, double height, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
abstract TextBlock
USymbol. asSmall(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
TextBlock
USymbolFolder. asSmall(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
TextBlock
USymbolHexagon. asSmall(TextBlock name, TextBlock label, TextBlock stereotype, SymbolContext symbolContext, HorizontalAlignment stereoAlignment)
protected TextBlock
USymbolInterface. getDrawing(SymbolContext symbolContext)
-
Uses of SymbolContext in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return SymbolContext Modifier and Type Method Description SymbolContext
Participant. getLiveSpecificBackColors()
SymbolContext
LifeEvent. getSpecificColors()
Methods in net.sourceforge.plantuml.sequencediagram with parameters of type SymbolContext Modifier and Type Method Description void
Participant. incInitialLife(SymbolContext colors)
Constructors in net.sourceforge.plantuml.sequencediagram with parameters of type SymbolContext Constructor Description LifeEvent(Participant p, LifeEventType type, SymbolContext backcolor)
-
Uses of SymbolContext in net.sourceforge.plantuml.sequencediagram.graphic
Methods in net.sourceforge.plantuml.sequencediagram.graphic that return SymbolContext Modifier and Type Method Description SymbolContext
LifeLine. getColors()
Methods in net.sourceforge.plantuml.sequencediagram.graphic with parameters of type SymbolContext Modifier and Type Method Description void
LifeLine. addSegmentVariation(LifeSegmentVariation type, double y, SymbolContext colors)
-
Uses of SymbolContext in net.sourceforge.plantuml.sequencediagram.teoz
Methods in net.sourceforge.plantuml.sequencediagram.teoz that return SymbolContext Modifier and Type Method Description SymbolContext
Step. getColors()
Methods in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type SymbolContext Modifier and Type Method Description void
LiveBoxesDrawer. addStart(double y1, SymbolContext symbolContext)
Constructors in net.sourceforge.plantuml.sequencediagram.teoz with parameters of type SymbolContext Constructor Description Step(double value, boolean destroy, int indent, SymbolContext color)
-
Uses of SymbolContext in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin with parameters of type SymbolContext Modifier and Type Method Description TextBlock
ActorStyle. getTextBlock(SymbolContext symbolContext)
Constructors in net.sourceforge.plantuml.skin with parameters of type SymbolContext Constructor Description ActorAwesome(SymbolContext symbolContext)
ActorHollow(SymbolContext symbolContext)
-
Uses of SymbolContext in net.sourceforge.plantuml.skin.rose
Constructors in net.sourceforge.plantuml.skin.rose with parameters of type SymbolContext Constructor Description ComponentRoseActiveLine(ThemeStyle themeStyle, Style style, SymbolContext symbolContext, boolean closeUp, boolean closeDown, HColorSet set)
ComponentRoseActor(ActorStyle actorStyle, Style style, Style stereo, SymbolContext biColor, FontConfiguration font, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer, UFont fontForStereotype, HColor htmlColorForStereotype)
ComponentRoseBoundary(Style style, Style stereo, SymbolContext biColor, FontConfiguration font, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer, UFont fontForStereotype, HColor htmlColorForStereotype)
ComponentRoseControl(Style style, Style stereo, SymbolContext biColor, FontConfiguration font, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer, UFont fontForStereotype, HColor htmlColorForStereotype)
ComponentRoseDatabase(Style style, Style stereo, SymbolContext biColor, FontConfiguration font, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer, UFont fontForStereotype, HColor htmlColorForStereotype)
ComponentRoseEnglober(Style style, SymbolContext symbolContext, Display strings, FontConfiguration font, ISkinSimple spriteContainer, double roundCorner)
ComponentRoseEntity(Style style, Style stereo, SymbolContext biColor, FontConfiguration font, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer, UFont fontForStereotype, HColor htmlColorForStereotype)
ComponentRoseGroupingHeader(Style style, Style styleHeader, HColor background, SymbolContext symbolContext, FontConfiguration bigFont, FontConfiguration smallFont2, Display strings, ISkinSimple spriteContainer, double roundCorner)
ComponentRoseNote(Style style, SymbolContext symbolContext, FontConfiguration font, Display strings, double paddingX, double paddingY, ISkinSimple spriteContainer, double roundCorner, HorizontalAlignment textAlignment, HorizontalAlignment position)
ComponentRoseNoteBox(Style style, SymbolContext symbolContext, FontConfiguration font, Display strings, ISkinSimple spriteContainer, double roundCorner, HorizontalAlignment alignment)
ComponentRoseNoteHexagonal(Style style, SymbolContext symbolContext, FontConfiguration font, Display strings, ISkinSimple spriteContainer, HorizontalAlignment alignment)
ComponentRoseParticipant(Style style, Style stereo, SymbolContext biColor, FontConfiguration font, Display stringsToDisplay, ISkinSimple spriteContainer, double roundCorner, double diagonalCorner, UFont fontForStereotype, HColor htmlColorForStereotype, double minWidth, boolean collections, double padding)
ComponentRoseQueue(Style style, Style stereo, SymbolContext biColor, FontConfiguration font, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer, UFont fontForStereotype, HColor htmlColorForStereotype)
ComponentRoseReference(Style style, Style styleHeader, FontConfiguration font, SymbolContext symbolContext, FontConfiguration fcHeader, Display stringsToDisplay, HorizontalAlignment position, ISkinSimple spriteContainer, HColor background)
-
Uses of SymbolContext in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style that return SymbolContext Modifier and Type Method Description SymbolContext
Style. getSymbolContext(ThemeStyle themeStyle, HColorSet set)
Methods in net.sourceforge.plantuml.style with parameters of type SymbolContext Modifier and Type Method Description Style
Style. eventuallyOverride(SymbolContext symbolContext)
-
Uses of SymbolContext in net.sourceforge.plantuml.svek
Constructors in net.sourceforge.plantuml.svek with parameters of type SymbolContext Constructor Description Boundary(SymbolContext symbolContext)
Control(SymbolContext symbolContext)
EntityDomain(SymbolContext symbolContext)
-
Uses of SymbolContext in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram that return SymbolContext Modifier and Type Method Description SymbolContext
ChangeState. getContext(ISkinParam skinParam, Style style)
protected SymbolContext
Player. getContext()
protected abstract SymbolContext
Player. getContextLegacy()
protected SymbolContext
PlayerAnalog. getContextLegacy()
protected SymbolContext
PlayerBinary. getContextLegacy()
protected SymbolContext
PlayerClock. getContextLegacy()
protected SymbolContext
PlayerRobustConcise. getContextLegacy()
-
Uses of SymbolContext in net.sourceforge.plantuml.timingdiagram.graphic
Methods in net.sourceforge.plantuml.timingdiagram.graphic with parameters of type SymbolContext Modifier and Type Method Description static HexaShape
HexaShape. create(double width, double height, SymbolContext context)
static PentaAShape
PentaAShape. create(double width, double height, SymbolContext context)
static PentaBShape
PentaBShape. create(double width, double height, SymbolContext context)
-