Package net.sourceforge.plantuml.graphic
Class AbstractTextBlock
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- Direct Known Subclasses:
AbstractEntityImage
,AbstractFtile
,AbstractGtileRoot
,ActivityBox
,ActorAwesome
,ActorHollow
,ActorStickMan
,Block
,Body3
,BodyEnhancedAbstract
,Boundary
,BoxedCharacter
,CardBox
,CircledCharacter
,CircleInterface2
,ComponentAdapter
,Control
,CucaDiagramFileMakerSvek2InternalImage
,DecorateEntityImage
,DecorateEntityImage3
,DirectionalTextBlock
,EntityDomain
,EntityImageNoteLink
,EntityImageProtected
,FloatingNote
,FtileAssemblySimple
,FtileDecorate
,GotoInterceptor
,GraphicStrings
,GraphvizCrash
,InnerActivity
,InnerStateAutonom
,LaneDivider
,MethodsOrFieldsArea
,Opale
,PiecewiseAffineOnXorYBuilder
,PlayingSpaceWithParticipants
,SheetBlock1
,SheetBlock2
,SvekResult
,Swimlanes
,TeozLayer
,TextBlockArrow
,TextBlockArrow2
,TextBlockBordered
,TextBlockCucaJSon
,TextBlockEmpty
,TextBlockGeneric
,TextBlockHorizontal
,TextBlockInEllipse
,TextBlockInterceptorUDrawable
,TextBlockJson
,TextBlockLineBefore
,TextBlockMap
,TextBlockRaw
,TextBlockRecentred
,TextBlockSimple
,TextBlockSprited
,TextBlockVertical2
,Tile
,TileImage
,TileImageSvg
,TilesField
,TileText
public abstract class AbstractTextBlock extends Object implements TextBlock
-
-
Constructor Summary
Constructors Constructor Description AbstractTextBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2D
getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
MinMax
getMinMax(StringBounder stringBounder)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
calculateDimension
-
-
-
-
Method Detail
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
-