public class ButtonRecord extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DOWN |
static int |
HIT |
static int |
OVER |
static int |
UP |
Constructor and Description |
---|
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) |
public static final int UP
public static final int OVER
public static final int DOWN
public static final int HIT
public ButtonRecord(boolean hitTest, boolean down, boolean over, boolean up, int id, int depth, AffineTransform matrix, ColorXform cxform)
public ButtonRecord(boolean hitTest, boolean down, boolean over, boolean up, int id, int depth, AffineTransform matrix)
public ButtonRecord(SWFInputStream input, boolean hasColorXform) throws IOException
IOException
public void write(SWFOutputStream swf) throws IOException
IOException
public boolean isEndRecord()
Copyright © 2014. All rights reserved.