FreeHEP API
Version v1.1

org.freehep.graphicsio.swf
Class Button

java.lang.Object
  |
  +--org.freehep.graphicsio.swf.Button

public class Button
extends Object

SWF Button

Version:
$Id: Button.java,v 1.1 2001/11/29 01:45:30 duns Exp $
Author:
Mark Donszelmann, Charles Loomis

Field Summary
static int DOWN
           
static int HIT
           
static int OVER
           
static int UP
           
 
Constructor Summary
Button(int state, int id, int layer, AffineTransform matrix)
           
Button(int state, int id, int layer, AffineTransform matrix, ColorXform cxform)
           
Button(SWFInputStream input, int state, boolean hasColorXform)
           
 
Method Summary
 String toString()
           
 void write(SWFOutputStream swf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UP

public static final int UP
See Also:
Constant Field Values

OVER

public static final int OVER
See Also:
Constant Field Values

DOWN

public static final int DOWN
See Also:
Constant Field Values

HIT

public static final int HIT
See Also:
Constant Field Values
Constructor Detail

Button

public Button(int state,
              int id,
              int layer,
              AffineTransform matrix,
              ColorXform cxform)

Button

public Button(int state,
              int id,
              int layer,
              AffineTransform matrix)

Button

public Button(SWFInputStream input,
              int state,
              boolean hasColorXform)
       throws IOException
Method Detail

write

public void write(SWFOutputStream swf)
           throws IOException
IOException

toString

public String toString()
Overrides:
toString in class Object

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.