org.freehep.graphicsio.swf
Class LineStyle
java.lang.Object
org.freehep.graphicsio.swf.LineStyle
public class LineStyle
- extends Object
SWF LineStyle.
- Version:
- $Id: LineStyle.java 9979 2006-11-27 22:51:07Z duns $
- Author:
- Mark Donszelmann, Charles Loomis
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,
Color color)
LineStyle
public LineStyle(int width,
int endWidth,
Color color,
Color endColor)
LineStyle
public LineStyle(SWFInputStream input,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws IOException
- Throws:
IOException
write
public void write(SWFOutputStream swf,
boolean isMorphStyle,
boolean hasAlpha,
boolean hasStyles)
throws IOException
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.