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 float
FLATNESS
private java.awt.Shape[]
mShapes
private java.awt.geom.AffineTransform
mTransform
private boolean
repeat
-
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.Shape
createStrokedShape(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
-
-