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

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

Uses of LineStyleArray in org.freehep.graphicsio.swf
 

Fields in org.freehep.graphicsio.swf declared as LineStyleArray
protected  LineStyleArray SWFShape.lineStyles
           
protected  LineStyleArray DefineShape.lineStyles
           
protected  LineStyleArray DefineMorphShape.lineStyles
           
 

Constructors in org.freehep.graphicsio.swf with parameters of type LineStyleArray
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.