org.freehep.graphicsio.swf
Class ButtonRecord
java.lang.Object
org.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)
|
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
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
write
public void write(SWFOutputStream swf)
throws IOException
- Throws:
IOException
isEndRecord
public boolean isEndRecord()
toString
public String toString()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.