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

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

Uses of SWFShape in org.freehep.graphicsio.swf
 

Fields in org.freehep.graphicsio.swf declared as SWFShape
protected  SWFShape DefineMorphShape.endEdges
           
protected  SWFShape DefineShape.shape
           
protected  SWFShape DefineMorphShape.startEdges
           
 

Methods in org.freehep.graphicsio.swf that return SWFShape
 SWFShape[] DefineFont2.getShapes()
           
 

Methods in org.freehep.graphicsio.swf with parameters of type SWFShape
 void DefineFont.add(SWFShape shape)
           
 void DefineFont2.setShapes(SWFShape[] shapes)
           
 

Constructors in org.freehep.graphicsio.swf with parameters of type SWFShape
DefineFont2(int character, boolean shiftJIS, boolean ansi, boolean italic, boolean bold, boolean wideOffsets, boolean wideCodes, int languageCode, java.lang.String name, SWFShape[] shapes, int[] codes, int ascent, int descent, int leading, short[] advances, java.awt.geom.Rectangle2D[] bounds, DefineFont2.KerningRecord[] kerning)
           
DefineFont2(int character, boolean italic, boolean bold, java.lang.String name, SWFShape[] shapes, int[] codes)
           
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)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.