FreeHEP API
Version current

org.freehep.graphicsio.swf
Class ButtonRecord

java.lang.Object
  extended byorg.freehep.graphicsio.swf.ButtonRecord

public class ButtonRecord
extends Object

SWF Button Record

Version:
$Id: ButtonRecord.java,v 1.3 2005/01/11 17:44:02 duns Exp $
Author:
Mark Donszelmann, Charles Loomis
Source Code:
ButtonRecord.java

Field Summary
static int DOWN
           
static int HIT
           
static int OVER
           
static int UP
           
 
Constructor Summary
ButtonRecord(boolean hitTest, boolean down, boolean over, boolean up, int id, int depth, AffineTransform matrix)
           
ButtonRecord(boolean hitTest, boolean down, boolean over, boolean up, int id, int depth, AffineTransform matrix, ColorXform cxform)
           
ButtonRecord(SWFInputStream input, boolean hasColorXform)
           
 
Method Summary
 boolean isEndRecord()
           
 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

ButtonRecord

public ButtonRecord(boolean hitTest,
                    boolean down,
                    boolean over,
                    boolean up,
                    int id,
                    int depth,
                    AffineTransform matrix,
                    ColorXform cxform)

ButtonRecord

public ButtonRecord(boolean hitTest,
                    boolean down,
                    boolean over,
                    boolean up,
                    int id,
                    int depth,
                    AffineTransform matrix)

ButtonRecord

public ButtonRecord(SWFInputStream input,
                    boolean hasColorXform)
             throws IOException
Method Detail

write

public void write(SWFOutputStream swf)
           throws IOException
Throws:
IOException

isEndRecord

public boolean isEndRecord()

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.