|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Composite | |
---|---|
org.apache.fontbox.afm | This package holds classes used to parse AFM(Adobe Font Metrics) files. |
Uses of Composite in org.apache.fontbox.afm |
---|
Methods in org.apache.fontbox.afm that return types with arguments of type Composite | |
---|---|
java.util.List<Composite> |
FontMetric.getComposites()
Getter for property composites. |
Methods in org.apache.fontbox.afm with parameters of type Composite | |
---|---|
void |
FontMetric.addComposite(Composite composite)
This will add a single composite part to the picture. |
Method parameters in org.apache.fontbox.afm with type arguments of type Composite | |
---|---|
void |
FontMetric.setComposites(java.util.List<Composite> compositesList)
Setter for property composites. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |