public interface GraphicOutputContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFontName(FontUse fontUse)
For a given FontUse instance, returns the name by which the font is
referred within the output document.
|
java.lang.String |
getGradientName(Gradient gradient)
For a given Gradient instance, returns the name by which the gradient is referred within the output document.
|
java.lang.String getFontName(FontUse fontUse)
fontUse
- The FontUse instance for which a name is needed.java.lang.String getGradientName(Gradient gradient)
gradient
- The Gradient instance for which a name is needed.gradient
when writing content to the output document.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.