jdbreport.model
Class DoubleStroke

java.lang.Object
  extended by jdbreport.model.DoubleStroke
All Implemented Interfaces:
Stroke

public class DoubleStroke
extends Object
implements Stroke

Since:
2.0
Version:
1.0 03.05.2011
Author:
Andrey Kholmanskih

Constructor Summary
DoubleStroke(float width)
           
 
Method Summary
 Shape createStrokedShape(Shape shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleStroke

public DoubleStroke(float width)
Method Detail

createStrokedShape

public Shape createStrokedShape(Shape shape)
Specified by:
createStrokedShape in interface Stroke