|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.pobjects.graphics.GlyphOutlineClip
public class GlyphOutlineClip
GlyphOutlineClip is contains the glyph outlines for glyph contained within a TextBlock. This utility method makes it possible to apply text rendering modes that require glyph outlines for clipping such as modes 4-7.
| Constructor Summary | |
|---|---|
GlyphOutlineClip()
|
|
| Method Summary | |
|---|---|
void |
addTextSprite(TextSprite nextSprite)
|
java.awt.Shape |
getGlyphOutlineClip()
Gets the glyph outline shape which can be used for painting or clipping. |
boolean |
isEmpty()
Check to see if the glyph outline contains any outline data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlyphOutlineClip()
| Method Detail |
|---|
public void addTextSprite(TextSprite nextSprite)
public boolean isEmpty()
public java.awt.Shape getGlyphOutlineClip()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||