com.rie.rieps.engine
Class LineFormat
java.lang.Object
com.rie.rieps.engine.LineFormat
public class LineFormat
- extends java.lang.Object
- Author:
- Yves Piel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final LineFormat DEFAULT
LineFormat
public LineFormat()
LineFormat
public LineFormat(LineFormat lf)
LineFormat
public LineFormat(float width,
int dashLength,
Color c)
LineFormat
public LineFormat(float width,
int[] pattern,
int offset,
Color c)
LineFormat
public LineFormat(float width,
Color c)
setWidth
public LineFormat setWidth(float width)
getWidth
public float getWidth()
setDash
public LineFormat setDash(int length)
setDash
public LineFormat setDash(int[] pattern,
int offset)
getDashPattern
public int[] getDashPattern()
getDashOffset
public int getDashOffset()
getColor
public Color getColor()
setColor
public LineFormat setColor(Color c)