net.sourceforge.plantuml.activitydiagram3.ftile.vertical
Class FtileDiamond

java.lang.Object
  extended by net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
      extended by net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDiamond
All Implemented Interfaces:
Ftile, Swimable, TextBlock, UDrawable, UShape

public class FtileDiamond
extends AbstractFtile


Constructor Summary
FtileDiamond(boolean shadowing, HtmlColor backColor, HtmlColor borderColor, Swimlane swimlane)
           
 
Method Summary
 FtileGeometry calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 Swimlane getSwimlaneIn()
           
 Swimlane getSwimlaneOut()
           
 Set<Swimlane> getSwimlanes()
           
 FtileDiamond withEast(TextBlock east1)
           
 FtileDiamond withNorth(TextBlock north)
           
 FtileDiamond withSouth(TextBlock south)
           
 FtileDiamond withWest(TextBlock west1)
           
 
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
getInLinkRendering, getInnerConnections, getOutLinkRendering, getTranslateFor, shadowing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtileDiamond

public FtileDiamond(boolean shadowing,
                    HtmlColor backColor,
                    HtmlColor borderColor,
                    Swimlane swimlane)
Method Detail

withNorth

public FtileDiamond withNorth(TextBlock north)

withWest

public FtileDiamond withWest(TextBlock west1)

withEast

public FtileDiamond withEast(TextBlock east1)

withSouth

public FtileDiamond withSouth(TextBlock south)

getSwimlanes

public Set<Swimlane> getSwimlanes()

getSwimlaneIn

public Swimlane getSwimlaneIn()

getSwimlaneOut

public Swimlane getSwimlaneOut()

drawU

public void drawU(UGraphic ug)

calculateDimension

public FtileGeometry calculateDimension(StringBounder stringBounder)


Copyright © 2014. All Rights Reserved.