Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class Shape.GradientFill  view Shape.GradientFill download Shape.GradientFill.java

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.Shape.Element
      extended bycom.anotherbigidea.flash.movie.Shape.Style
          extended bycom.anotherbigidea.flash.movie.Shape.FillStyle
              extended bycom.anotherbigidea.flash.movie.Shape.GradientFill
Enclosing class:
Shape

public static class Shape.GradientFill
extends Shape.FillStyle


Field Summary
protected  com.anotherbigidea.flash.structs.Color[] colors
           
protected  Transform matrix
           
protected  boolean radial
           
protected  int[] ratios
           
 
Constructor Summary
Shape.GradientFill(com.anotherbigidea.flash.structs.Color[] colors, int[] ratios, Transform matrix, boolean isRadial)
           
 
Method Summary
 com.anotherbigidea.flash.structs.Color[] getColors()
           
 int[] getRatios()
           
 Transform getTransform()
           
 boolean isRadial()
           
 void setColors(com.anotherbigidea.flash.structs.Color[] colors)
           
 void setRadial(boolean isRadial)
           
 void setRatios(int[] ratios)
           
 void setTransform(Transform matrix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colors

protected com.anotherbigidea.flash.structs.Color[] colors

ratios

protected int[] ratios

matrix

protected Transform matrix

radial

protected boolean radial
Constructor Detail

Shape.GradientFill

public Shape.GradientFill(com.anotherbigidea.flash.structs.Color[] colors,
                          int[] ratios,
                          Transform matrix,
                          boolean isRadial)
Method Detail

getColors

public com.anotherbigidea.flash.structs.Color[] getColors()

getTransform

public Transform getTransform()

getRatios

public int[] getRatios()

isRadial

public boolean isRadial()

setColors

public void setColors(com.anotherbigidea.flash.structs.Color[] colors)

setRatios

public void setRatios(int[] ratios)

setTransform

public void setTransform(Transform matrix)

setRadial

public void setRadial(boolean isRadial)