net.sourceforge.plantuml.svek
Class SvekResult

java.lang.Object
  extended by net.sourceforge.plantuml.svek.SvekResult
All Implemented Interfaces:
Moveable, IEntityImage

public final class SvekResult
extends Object
implements IEntityImage, Moveable


Constructor Summary
SvekResult(Dimension2D dim, DotData dotData, DotStringFactory dotStringFactory, HtmlColor clusterBorder)
           
 
Method Summary
 void drawU(UGraphic ug, double x, double y)
           
 HtmlColor getBackcolor()
           
 Dimension2D getDimension(StringBounder stringBounder)
           
 ShapeType getShapeType()
           
 int getShield()
           
 void moveSvek(double deltaX, double deltaY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvekResult

public SvekResult(Dimension2D dim,
                  DotData dotData,
                  DotStringFactory dotStringFactory,
                  HtmlColor clusterBorder)
Method Detail

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y)
Specified by:
drawU in interface IEntityImage

getBackcolor

public HtmlColor getBackcolor()
Specified by:
getBackcolor in interface IEntityImage

getDimension

public Dimension2D getDimension(StringBounder stringBounder)
Specified by:
getDimension in interface IEntityImage

getShapeType

public ShapeType getShapeType()
Specified by:
getShapeType in interface IEntityImage

getShield

public int getShield()
Specified by:
getShield in interface IEntityImage

moveSvek

public void moveSvek(double deltaX,
                     double deltaY)
Specified by:
moveSvek in interface Moveable


Copyright © 2012. All Rights Reserved.