Uses of Class
org.freehep.graphicsio.swf.FillStyleArray

Packages that use FillStyleArray
org.freehep.graphicsio.swf SWF (Macromedia Flash) Input and Output Format. 
 

Uses of FillStyleArray in org.freehep.graphicsio.swf
 

Fields in org.freehep.graphicsio.swf declared as FillStyleArray
protected  FillStyleArray SWFShape.fillStyles
           
protected  FillStyleArray DefineShape.fillStyles
           
protected  FillStyleArray DefineMorphShape.fillStyles
           
 

Constructors in org.freehep.graphicsio.swf with parameters of type FillStyleArray
DefineMorphShape(int id, java.awt.geom.Rectangle2D startBounds, java.awt.geom.Rectangle2D endBounds, FillStyleArray fillStyles, LineStyleArray lineStyles, SWFShape startEdges, SWFShape endEdges)
           
DefineShape(int id, java.awt.geom.Rectangle2D bounds, FillStyleArray fillStyles, LineStyleArray lineStyles, SWFShape shape)
           
DefineShape2(int id, java.awt.geom.Rectangle2D bounds, FillStyleArray fillStyles, LineStyleArray lineStyles, SWFShape shape)
           
DefineShape3(int id, java.awt.geom.Rectangle2D bounds, FillStyleArray fillStyles, LineStyleArray lineStyles, SWFShape shape)
           
DefineShape4(int id, java.awt.geom.Rectangle2D bounds, FillStyleArray fillStyles, LineStyleArray lineStyles, SWFShape shape)
           
DefineShape4(int id, java.awt.geom.Rectangle2D bounds, java.awt.geom.Rectangle2D edgeBounds, boolean usesNonScalingStrokes, boolean usesScalingStrokes, FillStyleArray fillStyles, LineStyleArray lineStyles, SWFShape shape)
           
SWFShape(SWFInputStream input, FillStyleArray fillStyles, LineStyleArray lineStyles, boolean isMorphStyle, boolean hasAlpha, boolean hasStyles)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.