org.jhotdraw.geom
Class DoubleStroke
- java.lang.Object
-
- org.jhotdraw.geom.DoubleStroke
-
- All Implemented Interfaces:
- java.awt.Stroke
- Direct Known Subclasses:
- GrowStroke
public class DoubleStroke extends java.lang.Object implements java.awt.StrokeDraws a double stroke (an outline of an outline). The inner width of a DoubleStroke defines the distance between the two outlines being drawn. The outline width of a DoubleStroke defines the thickness of the outline.
-
-
Constructor Summary
Constructors Constructor and Description DoubleStroke(double innerWidth, double outlineWidth)DoubleStroke(double innerWidth, double outlineWidth, int cap, int join, double miterLimit, float[] dashes, float dashPhase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.awt.ShapecreateStrokedShape(java.awt.Shape s)
-
-
-
Constructor Detail
-
DoubleStroke
public DoubleStroke(double innerWidth, double outlineWidth)
-
DoubleStroke
public DoubleStroke(double innerWidth, double outlineWidth, int cap, int join, double miterLimit, @Nullable float[] dashes, float dashPhase)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG