Package net.sourceforge.plantuml.graphic
Class AbstractTextBlock
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- Direct Known Subclasses:
AbstractEntityImage,AbstractFtile,ActivityBox,BodyEnhanced,BodyEnhanced2,Boundary,BoxedCharacter,CircledCharacter,CircleInterface2,ComponentAdapter,ConcurrentStateImage,Control,CucaDiagramFileMakerSvek2InternalImage,DecorateEntityImage,DecorateEntityImage3,EntityDomain,EntityImageNoteLink,EntityImageProtected,FloatingNote,Foo2,FtileAssemblySimple,FtileDecorate,GotoInterceptor,GraphicStrings,GraphvizCrash,GTileLeftRight,GTileNode,GTileStack,InnerActivity,InnerStateAutonom,MainTileAdapter,MethodsOrFieldsArea,Opale,SheetBlock1,SheetBlock2,StickMan,SvekResult,Swimlanes,SwimlanesA,TeozLayer,TextBlockArrow,TextBlockBordered,TextBlockCompressedOnXorY,TextBlockEmpty,TextBlockGeneric,TextBlockHorizontal,TextBlockInEllipse,TextBlockInterceptorUDrawable,TextBlockLineBefore,TextBlockRecentred,TextBlockSimple,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.Rectangle2DgetInnerPosition(java.lang.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 java.awt.geom.Rectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)- Specified by:
getInnerPositionin interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
-