Package net.sourceforge.plantuml.graphic
Interface TextBlock
-
- All Known Subinterfaces:
Ftile
,Gtile
,IEntityImage
,Line
,TextBlockBackcolored
,Untranslated
- All Known Implementing Classes:
AbstractEntityImage
,AbstractEntityImageBorder
,AbstractFtile
,AbstractGtile
,AbstractGtileRoot
,AbstractTextBlock
,ActivityBox
,ActorAwesome
,ActorHollow
,ActorStickMan
,Block
,Body3
,BodyEnhanced1
,BodyEnhanced2
,BodyEnhancedAbstract
,Boundary
,BoxedCharacter
,CardBox
,CircledCharacter
,CircleInterface2
,ComponentAdapter
,ConcurrentStateImage
,ConnectorPuzzleEmpty
,Control
,CucaDiagramFileMakerSvek2InternalImage
,DecorateEntityImage
,DecorateEntityImage3
,DirectionalTextBlock
,EmbeddedDiagram.Draw
,EntityDomain
,EntityImageActivity
,EntityImageArcCircle
,EntityImageAssociation
,EntityImageAssociationPoint
,EntityImageBranch
,EntityImageCircleEnd
,EntityImageCircleStart
,EntityImageClass
,EntityImageClassHeader
,EntityImageDeepHistory
,EntityImageDegenerated
,EntityImageDescription
,EntityImageDesignedDomain
,EntityImageDomain
,EntityImageEmptyPackage
,EntityImageGroup
,EntityImageLollipopInterface
,EntityImageLollipopInterfaceEye1
,EntityImageLollipopInterfaceEye2
,EntityImageMachine
,EntityImageMap
,EntityImageNote
,EntityImageNoteLink
,EntityImageObject
,EntityImagePort
,EntityImageProtected
,EntityImagePseudoState
,EntityImageRequirement
,EntityImageState
,EntityImageState2
,EntityImageStateBorder
,EntityImageStateCommon
,EntityImageStateEmptyDescription
,EntityImageSynchroBar
,EntityImageTips
,EntityImageUseCase
,FloatingNote
,FlowDiagram
,FtileAssemblySimple
,FtileBlackBlock
,FtileBox
,FtileBox2
,FtileBoxOld
,FtileBreak
,FtileCircleEnd
,FtileCircleSpot
,FtileCircleStart
,FtileCircleStop
,FtileDecorate
,FtileDecorateIn
,FtileDecorateInLabel
,FtileDecorateOut
,FtileDecorateOutLabel
,FtileDecoratePointOut
,FtileDecorateWelding
,FtileDiamond
,FtileDiamondInside
,FtileDiamondInside2
,FtileDiamondSquare
,FtileDimensionMemoize
,FtileEmpty
,FtileGoto
,FtileGroup
,FtileHeightFixedCentered
,FtileHeightFixedMarged
,FtileIfDown
,FtileIfNude
,FtileIfWithDiamonds
,FtileIfWithLinks
,FtileKilled
,FtileLabel
,FtileMarged
,FtileMargedRight
,FtileMargedVertically
,FtileMargedWest
,FtileMinWidthCentered
,FtileNoteAlone
,FtileSwitchNude
,FtileSwitchWithDiamonds
,FtileSwitchWithManyLinks
,FtileSwitchWithOneLink
,FtileThinSplit
,FtileWithNoteOpale
,FtileWithNotes
,FtileWithUrl
,GotoInterceptor
,GraphicStrings
,GraphvizCrash
,GridTextBlockDecorated
,GridTextBlockSimple
,GtileAssembly
,GtileBox
,GtileCircleStart
,GtileColumns
,GtileEmpty
,GtileGroup
,GtileHexagonInside
,GtileHexagonInsideLabelled
,GtileIfAlone
,GtileIfHexagon
,GtileRepeat
,GtileSplit
,GtileTopDown
,GtileTopDown3
,GtileWithIncomingArrow
,GtileWithMargin
,GtileWithNoteOpale
,GtileWithOutgoingArrow
,InnerActivity
,InnerStateAutonom
,LaneDivider
,MethodsOrFieldsArea
,Opale
,PiecewiseAffineOnXorYBuilder
,PlayingSpaceWithParticipants
,SheetBlock1
,SheetBlock2
,SvekResult
,Swimlanes
,TeozLayer
,TextBlockArrow
,TextBlockArrow2
,TextBlockBordered
,TextBlockEmpty
,TextBlockGeneric
,TextBlockHorizontal
,TextBlockInEllipse
,TextBlockInterceptorUDrawable
,TextBlockJson
,TextBlockLineBefore
,TextBlockMap
,TextBlockRaw
,TextBlockRecentred
,TextBlockSimple
,TextBlockSprited
,TextBlockTitle
,TextBlockVertical2
,TextBlockWithUrl
,Tile
,TileImage
,TileImageSvg
,TilesField
,TileText
public interface TextBlock extends UDrawable, UShape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Dimension2D
calculateDimension(StringBounder stringBounder)
Rectangle2D
getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
MinMax
getMinMax(StringBounder stringBounder)
-
-
-
Method Detail
-
calculateDimension
Dimension2D calculateDimension(StringBounder stringBounder)
-
getMinMax
MinMax getMinMax(StringBounder stringBounder)
-
getInnerPosition
Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
-
-