FreeHEP API
Version current

org.freehep.graphicsio.swf
Class LineStyle

java.lang.Object
  extended byorg.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
Source Code:
LineStyle.java

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
Throws:
IOException

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.