Package | Description |
---|---|
org.freehep.graphicsio.swf |
SWF (Macromedia Flash) Input and Output Format.
|
Modifier and Type | Field and Description |
---|---|
protected SWFShape |
DefineMorphShape.endEdges |
protected SWFShape |
DefineShape.shape |
protected SWFShape |
DefineMorphShape.startEdges |
Modifier and Type | Method and Description |
---|---|
SWFShape[] |
DefineFont2.getShapes() |
Modifier and Type | Method and Description |
---|---|
void |
DefineFont.add(SWFShape shape) |
void |
DefineFont2.setShapes(SWFShape[] shapes) |
Constructor and Description |
---|
DefineFont2(int character,
boolean shiftJIS,
boolean ansi,
boolean italic,
boolean bold,
boolean wideOffsets,
boolean wideCodes,
int languageCode,
String name,
SWFShape[] shapes,
int[] codes,
int ascent,
int descent,
int leading,
short[] advances,
Rectangle2D[] bounds,
DefineFont2.KerningRecord[] kerning) |
DefineFont2(int character,
boolean italic,
boolean bold,
String name,
SWFShape[] shapes,
int[] codes) |
DefineMorphShape(int id,
Rectangle2D startBounds,
Rectangle2D endBounds,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
SWFShape startEdges,
SWFShape endEdges) |
DefineShape(int id,
Rectangle2D bounds,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
SWFShape shape) |
DefineShape2(int id,
Rectangle2D bounds,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
SWFShape shape) |
DefineShape3(int id,
Rectangle2D bounds,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
SWFShape shape) |
DefineShape4(int id,
Rectangle2D bounds,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
SWFShape shape) |
DefineShape4(int id,
Rectangle2D bounds,
Rectangle2D edgeBounds,
boolean usesNonScalingStrokes,
boolean usesScalingStrokes,
FillStyleArray fillStyles,
LineStyleArray lineStyles,
SWFShape shape) |
Copyright © 2014. All rights reserved.