FreeHEP API
Version v1.2

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,v 1.1 2001/11/29 01:45:32 duns Exp $
Author:
Mark Donszelmann, Charles Loomis

Constructor Summary
LineStyle(int width, Color color)
           
LineStyle(int width, int endWidth, Color color, Color endColor)
           
LineStyle(SWFInputStream input, boolean isMorphStyle, boolean hasAlpha)
           
 
Method Summary
 String toString()
           
 void write(SWFOutputStream swf, boolean hasAlpha)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
          throws IOException
Method Detail

write

public void write(SWFOutputStream swf,
                  boolean hasAlpha)
           throws IOException
IOException

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.