org.freehep.graphicsio.swf
Class LineStyle
java.lang.Object
org.freehep.graphicsio.swf.LineStyle
public class LineStyle
- extends java.lang.Object
SWF LineStyle.
- Version:
- $Id: LineStyle.java 9979 2006-11-27 22:51:07Z duns $
- Author:
- Mark Donszelmann, Charles Loomis
Constructor Summary |
LineStyle(int width,
java.awt.Color color)
|
LineStyle(int width,
int endWidth,
java.awt.Color color,
java.awt.Color endColor)
|
LineStyle(SWFInputStream input,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CAP_ROUND
public static final int CAP_ROUND
- See Also:
- Constant Field Values
CAP_NONE
public static final int CAP_NONE
- See Also:
- Constant Field Values
CAP_SQUARE
public static final int CAP_SQUARE
- See Also:
- Constant Field Values
JOIN_ROUND
public static final int JOIN_ROUND
- See Also:
- Constant Field Values
JOIN_BEVEL
public static final int JOIN_BEVEL
- See Also:
- Constant Field Values
JOIN_MITER
public static final int JOIN_MITER
- See Also:
- Constant Field Values
LineStyle
public LineStyle(int width,
java.awt.Color color)
LineStyle
public LineStyle(int width,
int endWidth,
java.awt.Color color,
java.awt.Color endColor)
LineStyle
public LineStyle(SWFInputStream input,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(SWFOutputStream swf,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2006 FreeHEP. All Rights Reserved.