Uses of Class
strokes.Stroke

Packages that use Stroke
strokes   
 

Uses of Stroke in strokes
 

Methods in strokes that return Stroke
 Stroke Stroke.append(Stroke stroke)
          Builds a new stroke by concatenating another stroke to this stroke (it does not modify this stroke).
static Stroke Stroke.arc(double startAngle, double extent, boolean clockwise)
           
static Stroke Stroke.arche()
           
static Stroke Stroke.corner()
           
static Stroke Stroke.cross()
           
static Stroke Stroke.freeStroke(java.awt.geom.GeneralPath gp)
          Computes a new stroke given a GeneralPath.
static Stroke Stroke.helix(double nbRevolutions, double a, double b)
           
static Stroke Stroke.line()
           
static Stroke Stroke.loop()
           
 Stroke Stroke.mirrorStroke(short axis)
          Builds a new stroke by mirroring this stroke (it does not modify this stroke).
 Stroke Stroke.rotateStroke(double angleInRadians)
          Builds a new stroke by rotating this stroke (it does not modify this stroke).
static Stroke Stroke.spiral(double nbRevolutions)
           
static Stroke Stroke.wave()
           
static Stroke Stroke.zigzag()
           
 

Methods in strokes with parameters of type Stroke
 Stroke Stroke.append(Stroke stroke)
          Builds a new stroke by concatenating another stroke to this stroke (it does not modify this stroke).