Package net.sourceforge.plantuml.graphic
Class AbstractTextBlock
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- Direct Known Subclasses:
AbstractEntityImage
,AbstractFtile
,ActivityBox
,ActorAwesome
,ActorHollow
,ActorStickMan
,Block
,Body3
,BodyEnhancedAbstract
,Boundary
,BoxedCharacter
,CardBox
,CircledCharacter
,CircleInterface2
,ComponentAdapter
,ConcurrentStateImage
,Control
,CucaDiagramFileMakerSvek2InternalImage
,DecorateEntityImage
,DecorateEntityImage3
,DirectionalTextBlock
,EmbeddedDiagram.Draw
,EntityDomain
,EntityImageNoteLink
,EntityImageProtected
,FloatingNote
,Foo2
,FtileAssemblySimple
,FtileDecorate
,GotoInterceptor
,GraphicStrings
,GraphvizCrash
,GTileLeftRight
,GTileNode
,GTileStack
,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
,TextBlockVertical2
,Tile
,TileImage
,TileImageSvg
,TilesField
,TileText
public abstract class AbstractTextBlock extends java.lang.Object implements TextBlock
-
-
Constructor Summary
Constructors Constructor Description AbstractTextBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Rectangle2D
getInnerPosition(java.lang.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 java.awt.geom.Rectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
-