Class QuickDrawContext.RectangleStroke
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.pict.QuickDrawContext.RectangleStroke
-
- All Implemented Interfaces:
java.awt.Stroke
- Enclosing class:
- QuickDrawContext
static class QuickDrawContext.RectangleStroke extends java.lang.Object implements java.awt.Stroke
-
-
Field Summary
Fields Modifier and Type Field Description private static floatFLATNESSprivate java.awt.Shape[]mShapesprivate java.awt.geom.AffineTransformmTransformprivate booleanrepeat
-
Constructor Summary
Constructors Constructor Description RectangleStroke(java.awt.Shape pShape)RectangleStroke(java.awt.Shape[] pShapes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ShapecreateStrokedShape(java.awt.Shape shape)
-
-
-
Field Detail
-
mShapes
private java.awt.Shape[] mShapes
-
repeat
private boolean repeat
-
mTransform
private java.awt.geom.AffineTransform mTransform
-
FLATNESS
private static final float FLATNESS
- See Also:
- Constant Field Values
-
-