org.deegree.rendering.r2d.strokes
Class ShapeStroke

java.lang.Object
  extended by org.deegree.rendering.r2d.strokes.ShapeStroke
All Implemented Interfaces:
Stroke

public class ShapeStroke
extends Object
implements Stroke

ShapeStroke

Version:
$Revision: 27772 $, $Date: 2010-11-04 11:20:43 +0100 (Thu, 04 Nov 2010) $
Author:
Jerry Huxtable, Andreas Schmitz, last edited by: $Author: aschmitz $

Constructor Summary
ShapeStroke(Shape[] shapes, double advance, double positionPercentage, double initialGap)
           
ShapeStroke(Shape shapes, double advance, double positionPercentage, double initialGap)
           
 
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

ShapeStroke

public ShapeStroke(Shape shapes,
                   double advance,
                   double positionPercentage,
                   double initialGap)
Parameters:
shapes -
advance -
positionPercentage -
initialGap -

ShapeStroke

public ShapeStroke(Shape[] shapes,
                   double advance,
                   double positionPercentage,
                   double initialGap)
Parameters:
shapes -
advance -
positionPercentage -
initialGap -
Method Detail

createStrokedShape

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


Copyright © 2011. All Rights Reserved.