Package net.sourceforge.plantuml.style
Class Style
- java.lang.Object
-
- net.sourceforge.plantuml.style.Style
-
public class Style extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Style(StyleSignature signature, java.util.Map<PName,Value> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
applyStrokeAndLineColor(UGraphic ug, HColorSet colorSet)
TextBlock
createTextBlockBordered(Display note, HColorSet set, ISkinSimple spriteContainer)
Style
eventuallyOverride(Colors colors)
Style
eventuallyOverride(SymbolContext symbolContext)
Style
eventuallyOverride(PName param, HColor color)
FontConfiguration
getFontConfiguration(HColorSet set)
HorizontalAlignment
getHorizontalAlignment()
ClockwiseTopRightBottomLeft
getMargin()
ClockwiseTopRightBottomLeft
getPadding()
StyleSignature
getSignature()
UStroke
getStroke()
SymbolContext
getSymbolContext(HColorSet set)
UFont
getUFont()
Style
mergeWith(Style other)
java.lang.String
toString()
Value
value(PName name)
LineBreakStrategy
wrapWidth()
-
-
-
Constructor Detail
-
Style
public Style(StyleSignature signature, java.util.Map<PName,Value> map)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
eventuallyOverride
public Style eventuallyOverride(SymbolContext symbolContext)
-
getSignature
public StyleSignature getSignature()
-
getUFont
public UFont getUFont()
-
getFontConfiguration
public FontConfiguration getFontConfiguration(HColorSet set)
-
getSymbolContext
public SymbolContext getSymbolContext(HColorSet set)
-
getStroke
public UStroke getStroke()
-
wrapWidth
public LineBreakStrategy wrapWidth()
-
getPadding
public ClockwiseTopRightBottomLeft getPadding()
-
getMargin
public ClockwiseTopRightBottomLeft getMargin()
-
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
-
createTextBlockBordered
public TextBlock createTextBlockBordered(Display note, HColorSet set, ISkinSimple spriteContainer)
-
-