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

Quick Search    Search Deep

Uses of Class
com.anotherbigidea.flash.structs.Color

Uses of Color in com.anotherbigidea.flash.structs
 

Subclasses of Color in com.anotherbigidea.flash.structs
 class AlphaColor
          A Color with an Alpha component
 

Fields in com.anotherbigidea.flash.structs declared as Color
protected  Color FillStyle.color
           
protected  Color[] FillStyle.colors
           
protected  Color LineStyle.color
           
 

Methods in com.anotherbigidea.flash.structs that return Color
 Color FillStyle.getSolidColor()
           
 Color[] FillStyle.getGradientColors()
           
 Color LineStyle.getColor()
           
 

Methods in com.anotherbigidea.flash.structs with parameters of type Color
 boolean Color.equals(Color color)
           
 

Constructors in com.anotherbigidea.flash.structs with parameters of type Color
AlphaColor(Color color, int alpha)
           
FillStyle(Color solidColor)
          Solid color fill (alpha depends on the TagDefineShapeX tag used)
FillStyle(Matrix matrix, int[] ratios, Color[] colors, boolean radial)
          Linear/Radial Gradient Fill
LineStyle(int width, Color color)