org.deegree.rendering.r2d.strokes
Class CompoundStroke

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

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

CompoundStroke

Version:
$Revision: 18171 $, $Date: 2009-06-17 16:00:07 +0200 (Mi, 17. Jun 2009) $
Author:
Jerry Huxtable, Andreas Schmitz, last edited by: $Author: mschneider $

Nested Class Summary
static class CompoundStroke.Operation
          Operation
 
Constructor Summary
CompoundStroke(java.awt.Stroke stroke1, java.awt.Stroke stroke2, CompoundStroke.Operation operation)
           
 
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

CompoundStroke

public CompoundStroke(java.awt.Stroke stroke1,
                      java.awt.Stroke stroke2,
                      CompoundStroke.Operation operation)
Parameters:
stroke1 -
stroke2 -
operation -
Method Detail

createStrokedShape

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


Copyright © 2011. All Rights Reserved.