public class HatchLineFamily
extends java.lang.Object
| Constructor and Description |
|---|
HatchLineFamily() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getBasePoint() |
double |
getBaseX() |
double |
getBaseY() |
double |
getLength() |
Point |
getMinimalBasePoint() |
Point |
getOffsetPoint() |
double |
getOffsetX() |
double |
getOffsetY() |
double[] |
getPattern() |
double |
getPatternHeight() |
double |
getPatternWidth() |
double |
getRotationAngle() |
void |
setBaseX(double baseX) |
void |
setBaseY(double baseY) |
void |
setOffsetX(double offsetX) |
void |
setOffsetY(double offsetY) |
void |
setPattern(double[] pattern) |
void |
setRotationAngle(double rotationAngle) |
protected Point |
transform(double x,
double y) |
public double getBaseX()
public void setBaseX(double baseX)
baseX - The baseX to set.public double getBaseY()
public void setBaseY(double baseY)
baseY - The baseY to set.public double getOffsetX()
public void setOffsetX(double offsetX)
offsetX - The offsetX to set.public double getOffsetY()
public void setOffsetY(double offsetY)
offsetY - The offsetY to set.public double[] getPattern()
public void setPattern(double[] pattern)
pattern - The pattern to set.public double getRotationAngle()
public void setRotationAngle(double rotationAngle)
rotationAngle - The rotationAngle to set.public double getLength()
public double getPatternWidth()
public double getPatternHeight()
public Point getBasePoint()
public Point getOffsetPoint()
protected Point transform(double x, double y)
public Point getMinimalBasePoint()