|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.rtf.parser.destinations.RtfDestination
com.lowagie.text.rtf.parser.destinations.RtfDestinationShppict
public class RtfDestinationShppict
RtfDestinationShppict
handles data destined for picture destinations
Field Summary | |
---|---|
private int |
bbp
|
private long |
binaryLength
|
private boolean |
bitmap
|
private java.lang.Integer |
bitsPerPixel
|
private static int |
BLIPUID
|
private java.lang.StringBuffer |
buffer
|
private java.lang.Integer |
cropBottom
|
private java.lang.Integer |
cropLeft
|
private java.lang.Integer |
cropRight
|
private java.lang.Integer |
cropTop
|
private int |
dataFormat
|
private java.io.ByteArrayOutputStream |
dataOS
|
private java.lang.Long |
desiredHeight
|
private java.lang.Long |
desiredWidth
|
static int |
FORMAT_BINARY
|
static int |
FORMAT_HEXADECIMAL
|
private java.lang.Long |
height
|
private java.lang.StringBuffer |
hexChars
|
private java.lang.Boolean |
inlinePicture
|
private static int |
NORMAL
|
private int |
pictureType
|
private static int |
PIXEL_TWIPS_FACTOR
Constant for converting pixels to twips |
private java.lang.Integer |
planes
|
private int |
pmmetafile
|
private java.lang.Boolean |
scaled
|
private java.lang.Integer |
scaleX
|
private java.lang.Integer |
scaleY
|
private int |
state
|
private java.lang.String |
tag
|
private java.lang.Integer |
unitsPerInch
|
private java.lang.Long |
width
|
private java.lang.Integer |
widthBytes
|
private java.lang.Boolean |
wordArt
|
Fields inherited from class com.lowagie.text.rtf.parser.destinations.RtfDestination |
---|
lastCtrlWord, modified, rtfParser |
Constructor Summary | |
---|---|
RtfDestinationShppict()
|
|
RtfDestinationShppict(RtfParser parser)
Constructs a new RtfDestinationShppict. |
Method Summary | |
---|---|
private boolean |
addImage()
|
boolean |
closeDestination()
Clean up when destination is closed. |
boolean |
handleCharacter(int ch)
Handle text for this destination |
boolean |
handleCloseGroup()
Clean up when group is closed. |
boolean |
handleControlWord(RtfCtrlWordData ctrlWordData)
Handle control word for this destination |
boolean |
handleOpenGroup()
Setup when group is opened. |
boolean |
handleOpeningSubGroup()
Handle a new subgroup contained within this group |
void |
setToDefaults()
Method to set this object to the default values. |
private void |
writeBuffer()
|
private void |
writeText(java.lang.String value)
|
Methods inherited from class com.lowagie.text.rtf.parser.destinations.RtfDestination |
---|
addListener, afterCharacter, afterCtrlWord, beforeCharacter, beforeCtrlWord, getNewTokeniserState, isModified, onCharacter, onCloseGroup, onCtrlWord, onOpenGroup, removeListener, setParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.StringBuffer hexChars
private java.lang.StringBuffer buffer
private int pictureType
private int pmmetafile
private java.lang.Integer bitsPerPixel
private java.lang.Integer planes
private java.lang.Integer widthBytes
private java.lang.Long width
private java.lang.Long height
private java.lang.Long desiredWidth
private java.lang.Long desiredHeight
private java.lang.Integer scaleX
private java.lang.Integer scaleY
private java.lang.Boolean scaled
private java.lang.Boolean inlinePicture
private java.lang.Boolean wordArt
private java.lang.Integer cropTop
private java.lang.Integer cropBottom
private java.lang.Integer cropLeft
private java.lang.Integer cropRight
private boolean bitmap
private int bbp
public static final int FORMAT_HEXADECIMAL
public static final int FORMAT_BINARY
private int dataFormat
private long binaryLength
private java.lang.Integer unitsPerInch
private java.lang.String tag
private static final int NORMAL
private static final int BLIPUID
private int state
private static final int PIXEL_TWIPS_FACTOR
private java.io.ByteArrayOutputStream dataOS
Constructor Detail |
---|
public RtfDestinationShppict()
public RtfDestinationShppict(RtfParser parser)
Method Detail |
---|
public boolean closeDestination()
RtfDestination
closeDestination
in class RtfDestination
public boolean handleCloseGroup()
RtfDestination
handleCloseGroup
in class RtfDestination
private boolean addImage()
public boolean handleOpenGroup()
RtfDestination
handleOpenGroup
in class RtfDestination
public boolean handleOpeningSubGroup()
RtfDestination
handleOpeningSubGroup
in class RtfDestination
public boolean handleCharacter(int ch)
RtfDestination
handleCharacter
in class RtfDestination
public boolean handleControlWord(RtfCtrlWordData ctrlWordData)
RtfDestination
handleControlWord
in class RtfDestination
ctrlWordData
- The control word and parameter information object
public void setToDefaults()
RtfDestination
setToDefaults
in class RtfDestination
private void writeBuffer()
private void writeText(java.lang.String value)
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |