| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
SkinParamDelegator.getBackgroundColor() |
HtmlColor |
SkinParam.getBackgroundColor() |
HtmlColor |
ISkinParam.getBackgroundColor() |
HtmlColor |
SkinParamBackcolored.getBackgroundColor() |
static HtmlColor |
SkinParamUtils.getColor(ISkinParam skinParam,
ColorParam colorParam,
Stereotype stereo) |
HtmlColor |
ColorParam.getDefaultValue() |
static HtmlColor |
SkinParamUtils.getFontColor(ISkinParam skinParam,
FontParam fontParam,
Stereotype stereo) |
HtmlColor |
SkinParamDelegator.getFontHtmlColor(Stereotype stereotype,
FontParam... param) |
HtmlColor |
SkinParamColors.getFontHtmlColor(Stereotype stereotype,
FontParam... param) |
HtmlColor |
SkinParam.getFontHtmlColor(Stereotype stereotype,
FontParam... param) |
HtmlColor |
ISkinParam.getFontHtmlColor(Stereotype stereotype,
FontParam... param) |
HtmlColor |
SkinParamDelegator.getHoverPathColor() |
HtmlColor |
SkinParam.getHoverPathColor() |
HtmlColor |
ISkinParam.getHoverPathColor() |
HtmlColor |
SkinParamDelegator.getHtmlColor(ColorParam param,
Stereotype stereotype,
boolean clickable) |
HtmlColor |
SkinParamColors.getHtmlColor(ColorParam param,
Stereotype stereotype,
boolean clickable) |
HtmlColor |
SkinParamForecolored.getHtmlColor(ColorParam param,
Stereotype stereotype,
boolean clickable) |
HtmlColor |
SkinParamBackcoloredReference.getHtmlColor(ColorParam param,
Stereotype stereotype,
boolean clickable) |
HtmlColor |
SkinParamForceColor.getHtmlColor(ColorParam param,
Stereotype stereotype,
boolean clickable) |
HtmlColor |
SkinParam.getHtmlColor(ColorParam param,
Stereotype stereotype,
boolean clickable) |
HtmlColor |
ISkinParam.getHtmlColor(ColorParam param,
Stereotype stereotype,
boolean clickable) |
HtmlColor |
SkinParamBackcolored.getHtmlColor(ColorParam param,
Stereotype stereotype,
boolean clickable) |
HtmlColor |
SkinParamDelegator.getHyperlinkColor() |
HtmlColor |
SkinParam.getHyperlinkColor() |
HtmlColor |
ISkinParam.getHyperlinkColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
SkinParamBackcolored.forceColor(ColorParam param,
HtmlColor color) |
static String |
StringUtils.getAsSvg(ColorMapper mapper,
HtmlColor color) |
void |
LineConfigurable.setSpecificColorTOBEREMOVED(ColorType type,
HtmlColor color) |
| Constructor and Description |
|---|
SkinParamBackcolored(ISkinParam skinParam,
HtmlColor backColorElement) |
SkinParamBackcolored(ISkinParam skinParam,
HtmlColor backColorElement,
boolean forceClickage) |
SkinParamBackcolored(ISkinParam skinParam,
HtmlColor backColorElement,
HtmlColor backColorGeneral) |
SkinParamBackcolored(ISkinParam skinParam,
HtmlColor backColorElement,
HtmlColor backColorGeneral,
boolean forceClickage) |
SkinParamBackcoloredReference(ISkinParam skinParam,
HtmlColor sequenceReferenceHeaderBackground,
HtmlColor sequenceReferenceBackground) |
SkinParamForceColor(ISkinParam skinParam,
ColorParam colorParam,
HtmlColor color) |
SkinParamForecolored(ISkinParam skinParam,
HtmlColor forecolor) |
SplitParam(HtmlColor borderColor,
HtmlColor externalColor,
int externalMargin) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
Branch.getColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDiagram3.doWhile(Display test,
Display yes,
HtmlColor color) |
CommandExecutionResult |
ActivityDiagram3.elseIf(Display inlabel,
Display test,
Display whenThen,
HtmlColor color) |
boolean |
InstructionIf.elseIf(Display inlabel,
Display test,
Display whenThen,
LinkRendering nextLinkRenderer,
HtmlColor color) |
void |
ActivityDiagram3.startGroup(Display name,
HtmlColor backColor,
HtmlColor titleColor,
HtmlColor borderColor) |
void |
ActivityDiagram3.startIf(Display test,
Display whenThen,
HtmlColor color) |
void |
ActivityDiagram3.startRepeat(HtmlColor color,
Display label) |
CommandExecutionResult |
ActivityDiagram3.swimlane(String name,
HtmlColor color,
Display label) |
| Constructor and Description |
|---|
Branch(Swimlane swimlane,
Display labelPositive,
Display labelTest,
HtmlColor color,
Display inlabel) |
InstructionGroup(Instruction parent,
Display test,
HtmlColor backColor,
HtmlColor titleColor,
Swimlane swimlane,
HtmlColor borderColor,
LinkRendering linkRendering) |
InstructionIf(Swimlane swimlane,
Instruction parent,
Display labelTest,
Display whenThen,
LinkRendering inlinkRendering,
HtmlColor color,
ISkinParam skinParam) |
InstructionRepeat(Swimlane swimlane,
Instruction parent,
LinkRendering nextLinkRenderer,
HtmlColor color,
Display startLabel) |
InstructionWhile(Swimlane swimlane,
Instruction parent,
Display test,
LinkRendering nextLinkRenderer,
Display yes,
HtmlColor color,
ISkinParam skinParam) |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
FtileFactory.createGroup(Ftile list,
Display name,
HtmlColor backColor,
HtmlColor titleColor,
PositionedNote note,
HtmlColor borderColor) |
Ftile |
FtileFactoryDelegator.createGroup(Ftile list,
Display name,
HtmlColor backColor,
HtmlColor titleColor,
PositionedNote note,
HtmlColor borderColor) |
Ftile |
FtileFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
FtileFactoryDelegator.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
FtileFactory.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
FtileFactoryDelegator.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
void |
Swimlane.setSpecificColorTOBEREMOVED(ColorType type,
HtmlColor color) |
void |
Swimlanes.swimlane(String name,
HtmlColor color,
Display label) |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
FtileFactoryDelegatorCreateGroup.createGroup(Ftile list,
Display name,
HtmlColor backColor,
HtmlColor titleColor,
PositionedNote note,
HtmlColor borderColor) |
Ftile |
VCompactFactory.createGroup(Ftile list,
Display name,
HtmlColor backColor,
HtmlColor titleColor,
PositionedNote note,
HtmlColor borderColor) |
Ftile |
FtileFactoryDelegatorWhile.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
VCompactFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
VCompactFactory.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
FtileFactoryDelegatorRepeat.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
| Constructor and Description |
|---|
FtileGroup(Ftile inner,
Display title,
Display displayNote,
HtmlColor arrowColor,
HtmlColor backColor,
HtmlColor titleColor,
ISkinParam skinParam,
HtmlColor borderColor) |
| Modifier and Type | Method and Description |
|---|---|
static Ftile |
ConditionalBuilder.create(Swimlane swimlane,
HtmlColor borderColor,
HtmlColor backColor,
Rainbow arrowColor,
FtileFactory ftileFactory,
ConditionStyle conditionStyle,
Branch branch1,
Branch branch2,
ISkinParam skinParam,
StringBounder stringBounder,
FontConfiguration fcArrow,
FontConfiguration fcTest) |
| Constructor and Description |
|---|
ConditionalBuilder(Swimlane swimlane,
HtmlColor borderColor,
HtmlColor backColor,
Rainbow arrowColor,
FtileFactory ftileFactory,
ConditionStyle conditionStyle,
Branch branch1,
Branch branch2,
ISkinParam skinParam,
StringBounder stringBounder,
FontConfiguration fontArrow,
FontConfiguration fontTest) |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomTable.addCell(net.sourceforge.plantuml.creole.Atom cell,
HtmlColor cellBackColor) |
void |
AtomTable.newLine(HtmlColor lineBackColor) |
| Constructor and Description |
|---|
AtomMath(ScientificEquationSafe math,
HtmlColor foreground,
HtmlColor background,
double scale) |
AtomTable(HtmlColor lineColor) |
AtomTree(HtmlColor lineColor) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
Stereotype.getHtmlColor() |
HtmlColor |
Link.getSpecificColor() |
| Modifier and Type | Method and Description |
|---|---|
TextBlock |
Display.create(FontConfiguration fontConfiguration,
HorizontalAlignment horizontalAlignment,
ISkinSimple spriteContainer,
LineBreakStrategy maxMessageSize,
CreoleMode modeSimpleLine,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ExtremityFactory |
LinkDecor.getExtremityFactory(HtmlColor backgroundColor) |
void |
GroupRoot.setSpecificColorTOBEREMOVED(ColorType type,
HtmlColor color) |
| Constructor and Description |
|---|
Link(IEntity cl1,
IEntity cl2,
LinkType type,
Display label,
int length,
String qualifier1,
String qualifier2,
String labeldistance,
String labelangle,
HtmlColor specificColor) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
VarArgs.getAsColor(String k) |
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlColorGradient |
class |
HtmlColorSimple |
class |
HtmlColorTransparent |
class |
HtmlColorUserDef |
| Modifier and Type | Field and Description |
|---|---|
static HtmlColor |
HtmlColorUtils.BLACK |
static HtmlColor |
HtmlColorUtils.BLUE |
static HtmlColor |
HtmlColorUtils.COL_038048 |
static HtmlColor |
HtmlColorUtils.COL_1963A0 |
static HtmlColor |
HtmlColorUtils.COL_4177AF |
static HtmlColor |
HtmlColorUtils.COL_527BC6 |
static HtmlColor |
HtmlColorUtils.COL_84BE84 |
static HtmlColor |
HtmlColorUtils.COL_989898 |
static HtmlColor |
HtmlColorUtils.COL_A9DCDF |
static HtmlColor |
HtmlColorUtils.COL_ADD1B2 |
static HtmlColor |
HtmlColorUtils.COL_B38D22 |
static HtmlColor |
HtmlColorUtils.COL_B4A7E5 |
static HtmlColor |
HtmlColorUtils.COL_BBBBBB |
static HtmlColor |
HtmlColorUtils.COL_C82930 |
static HtmlColor |
HtmlColorUtils.COL_D1DBEF |
static HtmlColor |
HtmlColorUtils.COL_D7E0F2 |
static HtmlColor |
HtmlColorUtils.COL_DDDDDD |
static HtmlColor |
HtmlColorUtils.COL_E3664A |
static HtmlColor |
HtmlColorUtils.COL_EB937F |
static HtmlColor |
HtmlColorUtils.COL_EEEEEE |
static HtmlColor |
HtmlColorUtils.COL_F24D5C |
static HtmlColor |
HtmlColorUtils.COL_FBFB77 |
static HtmlColor |
HtmlColorUtils.COL_FFFF44 |
static HtmlColor |
HtmlColorUtils.GRAY |
static HtmlColor |
HtmlColorUtils.GREEN |
static HtmlColor |
HtmlColorUtils.LIGHT_GRAY |
static HtmlColor |
HtmlColorUtils.MY_RED |
static HtmlColor |
HtmlColorUtils.MY_YELLOW |
static HtmlColor |
HtmlColorUtils.RED |
static HtmlColor |
HtmlColorUtils.RED_DARK |
static HtmlColor |
HtmlColorUtils.RED_LIGHT |
static HtmlColor |
HtmlColorUtils.WHITE |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
GraphicStrings.getBackcolor() |
HtmlColor |
TextBlockRecentred.getBackcolor() |
HtmlColor |
SymbolContext.getBackColor() |
HtmlColor |
HtmlColorAndStyle.getColor() |
HtmlColor |
FontConfiguration.getColor() |
HtmlColor |
Rainbow.getColor() |
HtmlColor |
HtmlColorGradient.getColor1() |
HtmlColor |
HtmlColorGradient.getColor2() |
HtmlColor |
IHtmlColorSet.getColorIfValid(String s) |
HtmlColor |
HtmlColorSetSimple.getColorIfValid(String s) |
HtmlColor |
IHtmlColorSet.getColorIfValid(String s,
boolean acceptTransparent) |
HtmlColor |
HtmlColorSetSimple.getColorIfValid(String s,
boolean acceptTransparent) |
HtmlColor |
FontConfiguration.getExtendedColor() |
HtmlColor |
FontStyle.getExtendedColor(String s) |
HtmlColor |
SymbolContext.getForeColor() |
HtmlColor |
FontConfiguration.getHyperlinkColor() |
static HtmlColor |
HtmlColorUtils.noGradient(HtmlColor color) |
| Modifier and Type | Method and Description |
|---|---|
static TextBlock |
TextBlockUtils.bordered(TextBlock textBlock,
UStroke stroke,
HtmlColor borderColor,
HtmlColor backgroundColor,
double cornersize) |
FontConfiguration |
FontConfiguration.changeColor(HtmlColor htmlColor) |
FontConfiguration |
FontConfiguration.forceFont(UFont newFont,
HtmlColor htmlColorForStereotype) |
static Rainbow |
HtmlColorAndStyle.fromColor(HtmlColor color) |
static HtmlColor |
HtmlColorUtils.noGradient(HtmlColor color) |
SymbolContext |
SymbolContext.withBackColor(HtmlColor backColor) |
SymbolContext |
SymbolContext.withForeColor(HtmlColor foreColor) |
| Constructor and Description |
|---|
AddStyle(FontStyle style,
HtmlColor extendedColor) |
CircledCharacter(char c,
double radius,
UFont font,
HtmlColor innerCircle,
HtmlColor circle,
HtmlColor fontColor) |
FontConfiguration(UFont font,
HtmlColor color,
HtmlColor hyperlinkColor,
boolean useUnderlineForHyperlink) |
FontConfiguration(UFont font,
HtmlColor color,
HtmlColor hyperlinkColor,
boolean useUnderlineForHyperlink,
int tabSize) |
HtmlColorAndStyle(HtmlColor color,
LinkStyle style) |
HtmlColorGradient(HtmlColor color1,
HtmlColor color2,
char policy) |
SymbolContext(HtmlColor backColor,
HtmlColor foreColor) |
TextBlockGeneric(TextBlock textBlock,
HtmlColor background,
HtmlColor border) |
TextBlockSimple(Display texts,
FontConfiguration fontConfiguration,
HorizontalAlignment horizontalAlignment,
SpriteContainer spriteContainer,
double maxMessageSize,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
Colors.getColor(ColorType key) |
HtmlColor |
Colors.getColor(ColorType key1,
ColorType key2) |
| Modifier and Type | Method and Description |
|---|---|
Colors |
Colors.add(ColorType type,
HtmlColor color) |
| Modifier and Type | Method and Description |
|---|---|
void |
HectorPath.draw(UGraphic ug,
HtmlColor color) |
| Modifier and Type | Method and Description |
|---|---|
TextBlock |
OpenIcon.asTextBlock(HtmlColor color,
double factor) |
| Constructor and Description |
|---|
PngTitler(HtmlColor textColor,
Display text,
int fontSize,
String fontFamily,
HorizontalAlignment horizontalAlignment,
HtmlColor hyperlinkColor,
boolean useUnderlineForHyperlink) |
| Constructor and Description |
|---|
RowSimple(Day first,
Day last,
HtmlColor backcolor) |
RowSimple(Day first,
Day last,
HtmlColor backcolor,
TextBlock header) |
| Constructor and Description |
|---|
ComplementColors(HtmlColor center,
HtmlColor border) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
ElementMenuEntry.getBackground() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementMenuEntry.setBackground(HtmlColor background) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
Reference.getBackColorElement() |
HtmlColor |
Grouping.getBackColorElement() |
HtmlColor |
GroupingStart.getBackColorGeneral() |
HtmlColor |
Reference.getBackColorGeneral() |
HtmlColor |
GroupingLeaf.getBackColorGeneral() |
abstract HtmlColor |
Grouping.getBackColorGeneral() |
HtmlColor |
ParticipantEnglober.getBoxColor() |
| Modifier and Type | Method and Description |
|---|---|
String |
SequenceDiagram.activate(Participant p,
LifeEventType lifeEventType,
HtmlColor backcolor) |
String |
SequenceDiagram.activate(Participant p,
LifeEventType lifeEventType,
HtmlColor backcolor,
HtmlColor linecolor) |
void |
SequenceDiagram.boxStart(Display comment,
HtmlColor color) |
boolean |
SequenceDiagram.grouping(String title,
String comment,
GroupingType type,
HtmlColor backColorGeneral,
HtmlColor backColorElement) |
void |
Participant.setSpecificColorTOBEREMOVED(ColorType type,
HtmlColor color) |
| Constructor and Description |
|---|
Grouping(String title,
String comment,
GroupingType type,
HtmlColor backColorElement) |
GroupingLeaf(String title,
String comment,
GroupingType type,
HtmlColor backColorGeneral,
HtmlColor backColorElement,
GroupingStart start) |
GroupingStart(String title,
String comment,
HtmlColor backColorGeneral,
HtmlColor backColorElement,
GroupingStart parent) |
ParticipantEnglober(Display title,
HtmlColor boxColor) |
Reference(List<Participant> participants,
Url url,
Display strings,
HtmlColor backColorGeneral,
HtmlColor backColorElement) |
| Modifier and Type | Method and Description |
|---|---|
TileArguments |
TileArguments.withBackColorGeneral(HtmlColor backColorElement,
HtmlColor backColorGeneral) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
ArrowConfiguration.getColor() |
protected HtmlColor |
AbstractTextualComponent.getFontColor() |
| Modifier and Type | Method and Description |
|---|---|
TextBlock |
VisibilityModifier.getUBlock(int size,
HtmlColor foregroundColor,
HtmlColor backgoundColor,
boolean withInvisibleRectanble) |
UDrawable |
VisibilityModifier.getUDrawable(int size,
HtmlColor foregroundColor,
HtmlColor backgoundColor) |
ArrowConfiguration |
ArrowConfiguration.withColor(HtmlColor color) |
| Constructor and Description |
|---|
AbstractTextualComponent(LineBreakStrategy maxMessageSize,
CharSequence label,
FontConfiguration font,
HorizontalAlignment horizontalAlignment,
int marginX1,
int marginX2,
int marginY,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
AbstractTextualComponent(LineBreakStrategy maxMessageSize,
Display strings,
FontConfiguration font,
HorizontalAlignment horizontalAlignment,
int marginX1,
int marginX2,
int marginY,
ISkinSimple spriteContainer,
boolean enhanced,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
CircleInterface(HtmlColor backgroundColor,
HtmlColor foregroundColor) |
CircleInterface(HtmlColor backgroundColor,
HtmlColor foregroundColor,
double headDiam,
float thickness) |
StickMan(HtmlColor backgroundColor,
HtmlColor foregroundColor) |
| Modifier and Type | Method and Description |
|---|---|
protected HtmlColor |
AbstractComponentBlueModernArrow.getForegroundColor() |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
Rose.getFontColor(ISkinParam skin,
FontParam fontParam) |
protected HtmlColor |
AbstractComponentRoseArrow.getForegroundColor() |
HtmlColor |
Rose.getHtmlColor(ISkinParam param,
ColorParam color) |
HtmlColor |
Rose.getHtmlColor(ISkinParam param,
ColorParam color,
Stereotype stereotype) |
| Constructor and Description |
|---|
AbstractComponentRoseArrow(HtmlColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
ISkinSimple spriteContainer,
HorizontalAlignment textHorizontalAlignment,
LineBreakStrategy maxMessageSize) |
ComponentRoseActor(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseArrow(HtmlColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
HorizontalAlignment messagePosition,
ISkinSimple spriteContainer,
HorizontalAlignment textHorizontalAlignment,
LineBreakStrategy maxMessageSize,
boolean niceArrow) |
ComponentRoseBoundary(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseControl(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseDatabase(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseDelayLine(HtmlColor color) |
ComponentRoseDestroy(HtmlColor foregroundColor) |
ComponentRoseDivider(FontConfiguration font,
HtmlColor background,
Display stringsToDisplay,
ISkinSimple spriteContainer,
boolean withShadow,
UStroke stroke,
HtmlColor borderColor) |
ComponentRoseEntity(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseGroupingElse(HtmlColor groupBorder,
FontConfiguration smallFont,
CharSequence comment,
ISkinSimple spriteContainer,
HtmlColor backgroundColor) |
ComponentRoseGroupingHeader(HtmlColor background,
SymbolContext symbolContext,
FontConfiguration bigFont,
FontConfiguration smallFont2,
Display strings,
ISkinSimple spriteContainer) |
ComponentRoseLine(HtmlColor color,
boolean continueLine,
UStroke stroke) |
ComponentRoseNewpage(HtmlColor foregroundColor) |
ComponentRoseParticipant(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
ISkinSimple spriteContainer,
double roundCorner,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype,
double minWidth,
boolean collections,
double padding) |
ComponentRoseQueue(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseReference(FontConfiguration font,
SymbolContext symbolContext,
FontConfiguration header,
Display stringsToDisplay,
HorizontalAlignment position,
ISkinSimple spriteContainer,
HtmlColor background) |
ComponentRoseSelfArrow(HtmlColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
ISkinSimple spriteContainer,
LineBreakStrategy maxMessageSize,
boolean niceArrow) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
DecorateEntityImage3.getBackcolor() |
HtmlColor |
InnerActivity.getBackcolor() |
HtmlColor |
GraphvizCrash.getBackcolor() |
HtmlColor |
EntityImageProtected.getBackcolor() |
HtmlColor |
DecorateEntityImage.getBackcolor() |
HtmlColor |
TextBlockBackcolored.getBackcolor() |
HtmlColor |
InnerStateAutonom.getBackcolor() |
HtmlColor |
AbstractEntityImage.getBackcolor() |
HtmlColor |
CucaDiagramFileMakerSvek2InternalImage.getBackcolor() |
HtmlColor |
SvekResult.getBackcolor() |
HtmlColor |
ConcurrentStateImage.getBackcolor() |
static HtmlColor |
Cluster.getBackColor(HtmlColor backColor,
ISkinParam skinParam,
Stereotype stereotype) |
protected HtmlColor |
GroupPngMakerActivity.getColor(ColorParam colorParam,
Stereotype stereo) |
| Modifier and Type | Method and Description |
|---|---|
void |
Line.drawU(UGraphic ug,
HtmlColor color) |
void |
ClusterDecoration.drawU(UGraphic ug,
HtmlColor backColor,
HtmlColor borderColor,
boolean shadowing,
double roundCorner) |
static HtmlColor |
Cluster.getBackColor(HtmlColor backColor,
ISkinParam skinParam,
Stereotype stereotype) |
| Constructor and Description |
|---|
CircleInterface2(HtmlColor backgroundColor,
HtmlColor foregroundColor,
double deltaShadow) |
ConcurrentStateImage(Collection<IEntityImage> images,
char concurrentSeparator,
ISkinParam skinParam,
HtmlColor backColor) |
DecorateEntityImage3(TextBlock original,
HtmlColor color) |
InnerActivity(IEntityImage im,
HtmlColor borderColor,
HtmlColor backColor,
boolean shadowing) |
InnerStateAutonom(IEntityImage im,
TextBlock title,
TextBlockWidth attribute,
HtmlColor borderColor,
HtmlColor backColor,
boolean shadowing,
Url url,
boolean withSymbol,
UStroke stroke) |
RoundedContainer(Dimension2D dim,
double titleHeight,
double attributeHeight,
HtmlColor borderColor,
HtmlColor backColor,
HtmlColor imgBackcolor,
UStroke stroke) |
| Constructor and Description |
|---|
ExtremityFactoryDiamond(boolean fill,
HtmlColor backgroundColor) |
ExtremityFactoryExtends(HtmlColor backgroundColor) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
EntityImageNoteLink.getBackcolor() |
| Constructor and Description |
|---|
Opale(HtmlColor borderColor,
HtmlColor noteBackgroundColor,
TextBlock textBlock,
boolean withShadow,
boolean withLink) |
| Modifier and Type | Method and Description |
|---|---|
HtmlColor |
UParam.getBackcolor() |
HtmlColor |
UParamNull.getBackcolor() |
HtmlColor |
UChangeBackColor.getBackColor() |
HtmlColor |
UParam.getColor() |
HtmlColor |
UParamNull.getColor() |
HtmlColor |
UChangeColor.getColor() |
| Modifier and Type | Method and Description |
|---|---|
Color |
ColorMapperTransparentWrapper.getMappedColor(HtmlColor color) |
Color |
ColorMapperReverse.getMappedColor(HtmlColor color) |
Color |
ColorMapper.getMappedColor(HtmlColor color) |
Color |
ColorMapperIdentity.getMappedColor(HtmlColor color) |
Color |
ColorMapperMonochrome.getMappedColor(HtmlColor htmlColor) |
FontConfiguration |
UFont.toFont2(HtmlColor color,
boolean useUnderlineForHyperlink,
HtmlColor hyperlinkColor,
int tabSize) |
static void |
UGraphicUtils.writeImage(OutputStream os,
String metadata,
FileFormatOption fileFormatOption,
long seed,
ColorMapper colorMapper,
HtmlColor background,
TextBlock image) |
| Constructor and Description |
|---|
ImageBuilder(ColorMapper colorMapper,
double dpiFactor,
HtmlColor mybackcolor,
String metadata,
String warningOrError,
double margin1,
double margin2,
Animation animation,
boolean useHandwritten) |
ImageBuilder(ISkinParam skinParam,
double dpiFactor,
String metadata,
String warningOrError,
double margin1,
double margin2,
Animation animation,
HtmlColor backColor) |
UChangeBackColor(HtmlColor color) |
UChangeColor(HtmlColor color) |
| Modifier and Type | Method and Description |
|---|---|
static GradientPaint |
DriverRectangleG2d.getPaintGradient(double x,
double y,
ColorMapper mapper,
double width,
double height,
HtmlColor back) |
| Modifier and Type | Method and Description |
|---|---|
TextBlock |
Sprite.asTextBlock(HtmlColor color,
double scale) |
TextBlock |
SpriteSvg.asTextBlock(HtmlColor color,
double scale) |
TextBlock |
SpriteMonochrome.asTextBlock(HtmlColor color,
double scale) |
TextBlock |
SpriteImage.asTextBlock(HtmlColor color,
double scale) |
UImage |
SpriteMonochrome.toUImage(ColorMapper colorMapper,
HtmlColor backcolor,
HtmlColor color) |
Copyright © 2017. All rights reserved.