org.freehep.graphicsio.swf
Class ButtonRecord
java.lang.Object
org.freehep.graphicsio.swf.ButtonRecord
public class ButtonRecord
- extends java.lang.Object
SWF Button Record
- Version:
- $Id: ButtonRecord.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Mark Donszelmann, Charles Loomis
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,
java.awt.geom.AffineTransform matrix)
|
ButtonRecord(boolean hitTest,
boolean down,
boolean over,
boolean up,
int id,
int depth,
java.awt.geom.AffineTransform matrix,
ColorXform cxform)
|
ButtonRecord(SWFInputStream input,
boolean hasColorXform)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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,
java.awt.geom.AffineTransform matrix,
ColorXform cxform)
ButtonRecord
public ButtonRecord(boolean hitTest,
boolean down,
boolean over,
boolean up,
int id,
int depth,
java.awt.geom.AffineTransform matrix)
ButtonRecord
public ButtonRecord(SWFInputStream input,
boolean hasColorXform)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(SWFOutputStream swf)
throws java.io.IOException
- Throws:
java.io.IOException
isEndRecord
public boolean isEndRecord()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2006 FreeHEP. All Rights Reserved.