Class AbstractTextBlock
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- Direct Known Subclasses:
AbstractEntityImage,AbstractFtile,AbstractGtileRoot,ActivityBox,ActorAwesome,ActorHollow,ActorStickMan,BigFrame,Block,Body3,BodyEnhancedAbstract,Boundary,BoxedCharacter,CardBox,CircledCharacter,CircleInterface2,ComponentAdapter,ConcurrentStates,Control,DecorateEntityImage,DecorateEntityImage3,DirectionalTextBlock,EmbeddedDiagram,EntityDomain,EntityImageNoteLink,EntityImageProtected,ETile,FilesListing,FloatingNote,FtileAssemblySimple,FtileDecorate,GotoInterceptor,GraphicStrings,GraphvizCrash,InnerActivity,InnerStateAutonom,LaneDivider,MethodsOrFieldsArea,Opale,PiecewiseAffineOnXorYBuilder,PlayingSpaceWithParticipants,SheetBlock1,SheetBlock2,SingleLine,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,TitleBox
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 HColorgetBackcolor()XRectangle2DgetInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)MagneticBordergetMagneticBorder()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.klimt.shape.TextBlock
calculateDimension
-
-
-
-
Method Detail
-
getInnerPosition
public XRectangle2D getInnerPosition(java.lang.String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPositionin interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
getMagneticBorder
public MagneticBorder getMagneticBorder()
- Specified by:
getMagneticBorderin interfaceTextBlock
-
getBackcolor
public HColor getBackcolor()
- Specified by:
getBackcolorin interfaceTextBlock
-
-