|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TextBlock in net.sourceforge.plantuml.flowdiagram |
---|
Classes in net.sourceforge.plantuml.flowdiagram that implement TextBlock | |
---|---|
class |
ActivityBox
|
class |
FlowDiagram
|
Uses of TextBlock in net.sourceforge.plantuml.golem |
---|
Classes in net.sourceforge.plantuml.golem that implement TextBlock | |
---|---|
class |
Tile
|
class |
TilesField
|
Uses of TextBlock in net.sourceforge.plantuml.graphic |
---|
Classes in net.sourceforge.plantuml.graphic that implement TextBlock | |
---|---|
class |
CircledCharacter
|
class |
TextBlockArrow
|
class |
TextBlockEmpty
|
class |
TextBlockGeneric
|
class |
TextBlockWidthAdapter
|
Methods in net.sourceforge.plantuml.graphic that return TextBlock | |
---|---|
static TextBlock |
TextBlockUtils.create(List<? extends CharSequence> texts,
FontConfiguration fontConfiguration,
HorizontalAlignement horizontalAlignement,
SpriteContainer spriteContainer)
|
static TextBlock |
TextBlockUtils.empty(double width,
double height)
|
static TextBlock |
TextBlockUtils.fromIEntityImage(IEntityImage image)
|
static TextBlock |
TextBlockUtils.mergeLR(TextBlock b1,
TextBlock b2)
|
static TextBlock |
TextBlockUtils.mergeTB(TextBlock b1,
TextBlock b2,
HorizontalAlignement horizontalAlignement)
|
static TextBlock |
TextBlockUtils.withMargin(TextBlock textBlock,
double marginX,
double marginY)
|
static TextBlock |
TextBlockUtils.withMargin(TextBlock textBlock,
double marginX1,
double marginX2,
double marginY1,
double marginY2)
|
static TextBlock |
TextBlockUtils.withMinWidth(TextBlock textBlock,
double minWidth,
HorizontalAlignement horizontalAlignement)
|
Methods in net.sourceforge.plantuml.graphic with parameters of type TextBlock | |
---|---|
static Positionable |
TextBlockUtils.asPositionable(TextBlock textBlock,
StringBounder stringBounder,
Point2D pt)
|
static TextBlock |
TextBlockUtils.mergeLR(TextBlock b1,
TextBlock b2)
|
static TextBlock |
TextBlockUtils.mergeTB(TextBlock b1,
TextBlock b2,
HorizontalAlignement horizontalAlignement)
|
static TextBlock |
TextBlockUtils.withMargin(TextBlock textBlock,
double marginX,
double marginY)
|
static TextBlock |
TextBlockUtils.withMargin(TextBlock textBlock,
double marginX1,
double marginX2,
double marginY1,
double marginY2)
|
static TextBlock |
TextBlockUtils.withMinWidth(TextBlock textBlock,
double minWidth,
HorizontalAlignement horizontalAlignement)
|
Constructors in net.sourceforge.plantuml.graphic with parameters of type TextBlock | |
---|---|
TextBlockGeneric(TextBlock textBlock,
HtmlColor background,
HtmlColor border)
|
|
TextBlockLineBefore(TextBlockWidth textBlock,
char separator,
TextBlock title)
|
Uses of TextBlock in net.sourceforge.plantuml.png |
---|
Methods in net.sourceforge.plantuml.png that return TextBlock | |
---|---|
TextBlock |
PngTitler.getTextBlock()
|
Uses of TextBlock in net.sourceforge.plantuml.project2 |
---|
Classes in net.sourceforge.plantuml.project2 that implement TextBlock | |
---|---|
class |
TimeHeaderDay
|
class |
TimeHeaderMonth
|
Methods in net.sourceforge.plantuml.project2 that return TextBlock | |
---|---|
TextBlock |
RowSimple.asTextBloc(TimeConverter timeConverter)
|
TextBlock |
Row.asTextBloc(TimeConverter timeConverter)
|
TextBlock |
Project2.getTimeHeader(double dayWith)
|
TextBlock |
RowSimple.header()
|
TextBlock |
Row.header()
|
Constructors in net.sourceforge.plantuml.project2 with parameters of type TextBlock | |
---|---|
RowSimple(Day first,
Day last,
HtmlColor backcolor,
TextBlock header)
|
Uses of TextBlock in net.sourceforge.plantuml.skin |
---|
Classes in net.sourceforge.plantuml.skin that implement TextBlock | |
---|---|
class |
StickMan
|
Methods in net.sourceforge.plantuml.skin that return TextBlock | |
---|---|
protected TextBlock |
AbstractTextualComponent.getTextBlock()
|
TextBlock |
VisibilityModifier.getUBlock(int size,
HtmlColor foregroundColor,
HtmlColor backgoundColor)
|
Uses of TextBlock in net.sourceforge.plantuml.svek |
---|
Methods in net.sourceforge.plantuml.svek with parameters of type TextBlock | |
---|---|
Cluster |
Cluster.createChild(IGroup g,
int titleAndAttributeWidth,
int titleAndAttributeHeight,
TextBlock title,
ColorSequence colorSequence,
ISkinParam skinParam)
|
void |
DotStringFactory.openCluster(IGroup g,
int titleAndAttributeWidth,
int titleAndAttributeHeight,
TextBlock title)
|
Constructors in net.sourceforge.plantuml.svek with parameters of type TextBlock | |
---|---|
ClusterDecoration(PackageStyle style,
TextBlock title,
HtmlColor stateBack,
double minX,
double minY,
double maxX,
double maxY)
|
|
DecorateEntityImage(IEntityImage original,
TextBlock text,
HorizontalAlignement horizontal)
|
|
DecorateEntityImage(IEntityImage original,
TextBlock text1,
HorizontalAlignement horizontal1,
TextBlock text2,
HorizontalAlignement horizontal2)
|
|
HeaderLayout(TextBlock circledCharacter,
TextBlock stereo,
TextBlock name,
TextBlock generic)
|
|
InnerStateAutonom(IEntityImage im,
TextBlock title,
TextBlockWidth attribute,
HtmlColor borderColor,
HtmlColor backColor,
boolean shadowing,
List<Url> suburl,
List<Url> url,
boolean withSymbol)
|
Uses of TextBlock in net.sourceforge.plantuml.svek.image |
---|
Methods in net.sourceforge.plantuml.svek.image that return TextBlock | |
---|---|
protected TextBlock |
EntityImageNote.getTextBlock()
|
Constructors in net.sourceforge.plantuml.svek.image with parameters of type TextBlock | |
---|---|
EntityImageActor2(ILeaf entity,
ISkinParam skinParam,
FontParam fontStereotype,
FontParam fontName,
TextBlock stickman)
|
Uses of TextBlock in net.sourceforge.plantuml.ugraphic |
---|
Methods in net.sourceforge.plantuml.ugraphic that return TextBlock | |
---|---|
TextBlock |
SpriteMonochrome.asTextBlock(HtmlColor color)
|
TextBlock |
SpriteImage.asTextBlock(HtmlColor color)
|
TextBlock |
Sprite.asTextBlock(HtmlColor color)
|
Methods in net.sourceforge.plantuml.ugraphic that return types with arguments of type TextBlock | |
---|---|
protected Map<TextBlock,Dimension2D> |
AbstractPlacementStrategy.getDimensions()
|
Map<TextBlock,Point2D> |
PlacementStrategyY1Y2Left.getPositions(double width,
double height)
|
Map<TextBlock,Point2D> |
PlacementStrategyY1Y2.getPositions(double width,
double height)
|
Map<TextBlock,Point2D> |
PlacementStrategyX1Y2Y3.getPositions(double width,
double height)
|
Map<TextBlock,Point2D> |
PlacementStrategyX1X2.getPositions(double width,
double height)
|
Map<TextBlock,Point2D> |
PlacementStrategyVisibility.getPositions(double width,
double height)
|
Map<TextBlock,Point2D> |
PlacementStrategy.getPositions(double width,
double height)
|
Methods in net.sourceforge.plantuml.ugraphic with parameters of type TextBlock | |
---|---|
void |
ULayoutGroup.add(TextBlock block)
|
void |
PlacementStrategy.add(TextBlock block)
|
void |
AbstractPlacementStrategy.add(TextBlock block)
|
static void |
UGraphicUtils.writeImage(OutputStream os,
String metadata,
FileFormatOption fileFormatOption,
ColorMapper colorMapper,
HtmlColor background,
TextBlock image)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |