net.sourceforge.plantuml.ugraphic
Class UStroke

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.UStroke

public class UStroke
extends Object


Constructor Summary
UStroke()
           
UStroke(double thickness)
           
UStroke(double dashVisible, double dashSpace, double thickness)
           
 
Method Summary
 String getDasharraySvg()
           
 double getDashSpace()
           
 double getDashVisible()
           
 double getThickness()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UStroke

public UStroke(double dashVisible,
               double dashSpace,
               double thickness)

UStroke

public UStroke(double thickness)

UStroke

public UStroke()
Method Detail

getDashVisible

public double getDashVisible()

getDashSpace

public double getDashSpace()

getThickness

public double getThickness()

getDasharraySvg

public String getDasharraySvg()


Copyright © 2012. All Rights Reserved.