net.sourceforge.plantuml.cucadiagram
Class BodyEnhanced2

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.BodyEnhanced2
All Implemented Interfaces:
TextBlock, UDrawable, UShape

public class BodyEnhanced2
extends Object
implements TextBlock


Constructor Summary
BodyEnhanced2(Display rawBody, FontParam fontParam, ISkinSimple spriteContainer, HorizontalAlignment align, UFont fontNote, HtmlColor fontColor)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
static boolean isBlockSeparator(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyEnhanced2

public BodyEnhanced2(Display rawBody,
                     FontParam fontParam,
                     ISkinSimple spriteContainer,
                     HorizontalAlignment align,
                     UFont fontNote,
                     HtmlColor fontColor)
Method Detail

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock

isBlockSeparator

public static boolean isBlockSeparator(String s)

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable


Copyright © 2014. All Rights Reserved.