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,ConcurrentStateImage,Control,CucaDiagramFileMakerSvek2InternalImage,DecorateEntityImage,DecorateEntityImage3,DirectionalTextBlock,EmbeddedDiagram.Draw,EntityDomain,EntityImageNoteLink,EntityImageProtected,FloatingNote,FtileAssemblySimple,FtileDecorate,GotoInterceptor,GraphicStrings,GraphvizCrash,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 Object implements TextBlock
-
-
Constructor Summary
Constructors Constructor Description AbstractTextBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2DgetInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)MinMaxgetMinMax(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:
getInnerPositionin interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
-