|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pdftools.NativeLibrary com.pdftools.expa.ExpaInitialize com.pdftools.expa.GraphicsState
public class GraphicsState
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.pdftools.expa.ExpaInitialize |
---|
ExpaInitialize.CONTENTOBJECT, ExpaInitialize.ORIENTATION, ExpaInitialize.Rectangle, ExpaInitialize.TransformMatrix |
Nested classes/interfaces inherited from class com.pdftools.NativeLibrary |
---|
NativeLibrary.COLORCONVERSION, NativeLibrary.COLORSPACE, NativeLibrary.COMPRESSION, NativeLibrary.DITHERINGMODE, NativeLibrary.ERRORCODE, NativeLibrary.FONTTYPE, NativeLibrary.PERMISSION, NativeLibrary.RENDEREROPTION, NativeLibrary.RENDERINGMODE, NativeLibrary.ROTATEMODE, NativeLibrary.STRIPTYPE |
Field Summary |
---|
Fields inherited from class com.pdftools.NativeLibrary |
---|
VERSION |
Constructor Summary | |
---|---|
GraphicsState()
|
Method Summary | |
---|---|
float |
getCharSpacing()
get current space between two characters. |
ExpaInitialize.TransformMatrix |
getCTM()
get current transform matrix. |
float[] |
getDashArray()
get the dash array elements. |
float |
getDashPhase()
get the dash phase of a line dash pattern. |
int |
getFillColorCMYK()
get the CMYK color quad for filling operations. |
int |
getFillColorRGB()
get the RGB color triple for filling operations. |
ColorSpace |
getFillColorSpace()
get current color space that is used for filling operations. |
Font |
getFont()
get the font information |
float |
getFontSize()
get current font size for text strings. |
float |
getHorizontalScaling()
get current horizontal scaling factor that describes the amount of horizontal stretching of a text string. |
float |
getLeading()
get current leading (line spacing) of a text string. |
int |
getLineCap()
get line cap style. |
int |
getLineJoin()
get line join styles. |
float |
getLineWidth()
get line width. |
float |
getMiterLimit()
get the miter limit. |
int |
getStrokeColorCMYK()
get the CMYK color quad for stroking operations. |
int |
getStrokeColorRGB()
get the RGB color triple for stroking operations. |
ColorSpace |
getStrokeColorSpace()
get current color space that is used for stroking operations. |
int |
getTextKnockout()
get the text knockout flag. |
int |
getTextRenderingMode()
get a value that indicates whether the text should be stroked, filled, used as a clip path or some combination of the three. |
float |
getTextRise()
get the information on by which amount the base line of the text is moved up or down. |
float |
getWordSpacing()
get current space between two words. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphicsState()
Method Detail |
---|
public Font getFont()
public ExpaInitialize.TransformMatrix getCTM()
public ColorSpace getStrokeColorSpace()
public ColorSpace getFillColorSpace()
public int getStrokeColorRGB()
public int getFillColorRGB()
public int getStrokeColorCMYK()
public int getFillColorCMYK()
public float getCharSpacing()
public float getWordSpacing()
public float getHorizontalScaling()
public float getLeading()
public float getFontSize()
public int getTextRenderingMode()
public float getTextRise()
public int getTextKnockout()
public float getLineWidth()
public int getLineCap()
public int getLineJoin()
public float getMiterLimit()
public float getDashPhase()
public float[] getDashArray()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |