Class Jpeg
java.lang.Object
com.lowagie.text.Rectangle
com.lowagie.text.Image
com.lowagie.text.Jpeg
- All Implemented Interfaces:
Element
Deprecated.
An
Jpeg is the representation of a graphic element (JPEG) that has to be inserted into the document- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[][]Deprecated.static final byte[]Deprecated.sequence that is used in all Jpeg filesstatic final intDeprecated.Marker valuestatic final intDeprecated.Marker valuestatic final intDeprecated.Marker valuestatic final intDeprecated.This is a type of marker.static final int[]Deprecated.Jpeg markers without additional parameters.static final intDeprecated.This is a type of marker.static final intDeprecated.This is a type of marker.static final int[]Deprecated.Unsupported Jpeg markers.static final intDeprecated.This is a type of marker.static final int[]Deprecated.Acceptable Jpeg markers.Fields inherited from class Image
absoluteX, absoluteY, alignment, alt, annotation, AX, AY, bpc, BX, BY, colorspace, compressionLevel, CX, CY, DEFAULT, deflated, dpiX, dpiY, DX, DY, imageMask, indentationLeft, indentationRight, interpolation, invert, layer, LEFT, mask, MIDDLE, mySerialId, ORIGINAL_BMP, ORIGINAL_GIF, ORIGINAL_JBIG2, ORIGINAL_JPEG, ORIGINAL_JPEG2000, ORIGINAL_NONE, ORIGINAL_PNG, ORIGINAL_PS, ORIGINAL_TIFF, ORIGINAL_WMF, originalData, originalType, plainHeight, plainWidth, PNGID, profile, rawData, RIGHT, rotationRadians, scaledHeight, scaledWidth, serialId, spacingAfter, spacingBefore, template, TEXTWRAP, transparency, type, UNDERLYING, urlFields inherited from class Rectangle
backgroundColor, border, borderColor, borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderWidth, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop, BOTTOM, BOX, llx, lly, NO_BORDER, offsetToTop, rotation, TOP, UNDEFINED, urx, ury, useVariableBordersFields inherited from interface Element
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, FOOTNOTE, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, MODIFICATIONDATE, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE, YMARK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intgetShort(InputStream is) Deprecated.Reads a short from theInputStream.private static intmarker(int marker) Deprecated.Returns a type of marker.private voidDeprecated.This method checks if the image is a valid JPEG and processes some parameters.Methods inherited from class Image
getAbsoluteX, getAbsoluteY, getAdditional, getAlignment, getAlt, getAnnotation, getBpc, getColorspace, getCompressionLevel, getDirectReference, getDpiX, getDpiY, getICCProfile, getImageMask, getImageRotation, getIndentationLeft, getIndentationRight, getInitialRotation, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstance, getInstanceFromClasspath, getLayer, getMySerialId, getOriginalData, getOriginalType, getPlainHeight, getPlainWidth, getRawData, getScaledHeight, getScaledWidth, getSerialId, getSpacingAfter, getSpacingBefore, getTemplateData, getTransparency, getUrl, getWidthPercentage, getXYRatio, hasAbsoluteX, hasAbsoluteY, hasICCProfile, isDeflated, isImgRaw, isImgTemplate, isInterpolation, isInverted, isJpeg, isMask, isMaskCandidate, isNestable, isSmask, makeMask, matrix, scaleAbsolute, scaleAbsoluteHeight, scaleAbsoluteWidth, scalePercent, scalePercent, scaleToFit, setAbsolutePosition, setAdditional, setAlignment, setAlt, setAnnotation, setCompressionLevel, setDeflated, setDirectReference, setDpi, setImageMask, setIndentationLeft, setIndentationRight, setInitialRotation, setInterpolation, setInverted, setLayer, setOriginalData, setOriginalType, setRotation, setRotationDegrees, setSmask, setSpacingAfter, setSpacingBefore, setTemplateData, setTransparency, setUrl, setWidthPercentage, setXYRatio, simplifyColorspace, tagICC, typeMethods inherited from class Rectangle
cloneNonPositionParameters, disableBorderSide, enableBorderSide, getBackgroundColor, getBorder, getBorderColor, getBorderColorBottom, getBorderColorLeft, getBorderColorRight, getBorderColorTop, getBorderWidth, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getBottom, getBottom, getChunks, getGrayFill, getHeight, getLeft, getLeft, getRelativeTop, getRight, getRight, getRotation, getTop, getTop, getWidth, hasBorder, hasBorders, isContent, isUseVariableBorders, normalize, process, rectangle, rotate, setBackgroundColor, setBorder, setBorderColor, setBorderColorBottom, setBorderColorLeft, setBorderColorRight, setBorderColorTop, setBorderWidth, setBorderWidthBottom, setBorderWidthLeft, setBorderWidthRight, setBorderWidthTop, setBottom, setGrayFill, setLeft, setRelativeTop, setRight, setRotation, setTop, setUseVariableBorders, softCloneNonPositionParameters, toString
-
Field Details
-
NOT_A_MARKER
public static final int NOT_A_MARKERDeprecated.This is a type of marker.- See Also:
-
VALID_MARKER
public static final int VALID_MARKERDeprecated.This is a type of marker.- See Also:
-
VALID_MARKERS
public static final int[] VALID_MARKERSDeprecated.Acceptable Jpeg markers. -
UNSUPPORTED_MARKER
public static final int UNSUPPORTED_MARKERDeprecated.This is a type of marker.- See Also:
-
UNSUPPORTED_MARKERS
public static final int[] UNSUPPORTED_MARKERSDeprecated.Unsupported Jpeg markers. -
NOPARAM_MARKER
public static final int NOPARAM_MARKERDeprecated.This is a type of marker.- See Also:
-
NOPARAM_MARKERS
public static final int[] NOPARAM_MARKERSDeprecated.Jpeg markers without additional parameters. -
M_APP0
public static final int M_APP0Deprecated.Marker value- See Also:
-
M_APP2
public static final int M_APP2Deprecated.Marker value- See Also:
-
M_APPE
public static final int M_APPEDeprecated.Marker value- See Also:
-
JFIF_ID
public static final byte[] JFIF_IDDeprecated.sequence that is used in all Jpeg files -
icc
private byte[][] iccDeprecated.
-
-
Constructor Details
-
Jpeg
Jpeg(Image image) Deprecated. -
Jpeg
Deprecated.Constructs aJpeg-object, using an url.- Parameters:
url- theURLwhere the image can be found- Throws:
BadElementException- on errorIOException- on error
-
Jpeg
Deprecated.Constructs aJpeg-object from memory.- Parameters:
img- the memory image- Throws:
BadElementException- on errorIOException- on error
-
Jpeg
Deprecated.Constructs aJpeg-object from memory.- Parameters:
img- the memory image.width- the width you want the image to haveheight- the height you want the image to have- Throws:
BadElementException- on errorIOException- on error
-
-
Method Details
-
getShort
Deprecated.Reads a short from theInputStream.- Parameters:
is- theInputStream- Returns:
- an int
- Throws:
IOException- on error
-
marker
private static int marker(int marker) Deprecated.Returns a type of marker.- Parameters:
marker- an int- Returns:
- a type:
VALID_MARKER,UNSUPPORTED_MARKERorNOPARAM_MARKER
-
processParameters
Deprecated.This method checks if the image is a valid JPEG and processes some parameters.TODO: Use Apache Commons Imaging to parse these parameters instead.
- Throws:
BadElementExceptionIOException
-