|
![]() |
||||||||
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 Integer |
bitsPerPixel
|
private static int |
BLIPUID
|
private StringBuffer |
buffer
|
private Integer |
cropBottom
|
private Integer |
cropLeft
|
private Integer |
cropRight
|
private Integer |
cropTop
|
private int |
dataFormat
|
private ByteArrayOutputStream |
dataOS
|
private Long |
desiredHeight
|
private Long |
desiredWidth
|
static int |
FORMAT_BINARY
|
static int |
FORMAT_HEXADECIMAL
|
private Long |
height
|
private StringBuffer |
hexChars
|
private Boolean |
inlinePicture
|
private static int |
NORMAL
|
private int |
pictureType
|
private static int |
PIXEL_TWIPS_FACTOR
Constant for converting pixels to twips |
private Integer |
planes
|
private int |
pmmetafile
|
private Boolean |
scaled
|
private Integer |
scaleX
|
private Integer |
scaleY
|
private int |
state
|
private String |
tag
|
private Integer |
unitsPerInch
|
private Long |
width
|
private Integer |
widthBytes
|
private 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(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 StringBuffer hexChars
private StringBuffer buffer
private int pictureType
private int pmmetafile
private Integer bitsPerPixel
private Integer planes
private Integer widthBytes
private Long width
private Long height
private Long desiredWidth
private Long desiredHeight
private Integer scaleX
private Integer scaleY
private Boolean scaled
private Boolean inlinePicture
private Boolean wordArt
private Integer cropTop
private Integer cropBottom
private Integer cropLeft
private 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 Integer unitsPerInch
private String tag
private static final int NORMAL
private static final int BLIPUID
private int state
private static final int PIXEL_TWIPS_FACTOR
private 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(String value)
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |