com.alee.graphics.strokes
Class RandomStroke

java.lang.Object
  extended by com.alee.graphics.strokes.RandomStroke
All Implemented Interfaces:
java.awt.Stroke

public class RandomStroke
extends java.lang.Object
implements java.awt.Stroke

User: mgarin Date: 13.06.11 Time: 15:50


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

Constructor Detail

RandomStroke

public RandomStroke(float detail,
                    float amplitude)
Method Detail

createStrokedShape

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