pt.tumba.parser.swf
Class Shape.SetStyle

java.lang.Object
  extended by pt.tumba.parser.swf.Shape.Element
      extended by pt.tumba.parser.swf.Shape.SetStyle
Direct Known Subclasses:
Shape.SetFillStyle, Shape.SetLineStyle
Enclosing class:
Shape

public abstract static class Shape.SetStyle
extends Shape.Element

Description of the Class

Author:
unknown

Field Summary
protected  int index
          Description of the Field
 
Constructor Summary
protected Shape.SetStyle(int index)
          Constructor for the SetStyle object
 
Method Summary
 int getStyleIndex()
          Gets the styleIndex attribute of the SetStyle object
 void setStyleIndex(int index)
          Sets the styleIndex attribute of the SetStyle object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

protected int index
Description of the Field

Constructor Detail

Shape.SetStyle

protected Shape.SetStyle(int index)
Constructor for the SetStyle object

Parameters:
index - Description of the Parameter
Method Detail

getStyleIndex

public int getStyleIndex()
Gets the styleIndex attribute of the SetStyle object

Returns:
The styleIndex value

setStyleIndex

public void setStyleIndex(int index)
Sets the styleIndex attribute of the SetStyle object

Parameters:
index - The new styleIndex value