Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » [javadoc | source]
com.lowagie.text
public class: ImgRaw [javadoc | source]
java.lang.Object
   com.lowagie.text.Rectangle
      com.lowagie.text.Image
         com.lowagie.text.ImgRaw

All Implemented Interfaces:
    Element

Raw Image data that has to be inserted into the document
Fields inherited from com.lowagie.text.Image:
DEFAULT,  RIGHT,  LEFT,  MIDDLE,  TEXTWRAP,  UNDERLYING,  AX,  AY,  BX,  BY,  CX,  CY,  DX,  DY,  ORIGINAL_NONE,  ORIGINAL_JPEG,  ORIGINAL_PNG,  ORIGINAL_GIF,  ORIGINAL_BMP,  ORIGINAL_TIFF,  ORIGINAL_WMF,  ORIGINAL_PS,  ORIGINAL_JPEG2000,  type,  url,  rawData,  bpc,  template,  alignment,  alt,  absoluteX,  absoluteY,  plainWidth,  plainHeight,  scaledWidth,  scaledHeight,  compressionLevel,  mySerialId,  serialId,  rotationRadians,  indentationLeft,  indentationRight,  spacingBefore,  spacingAfter,  annotation,  layer,  interpolation,  originalType,  originalData,  deflated,  dpiX,  dpiY,  colorspace,  invert,  profile,  mask,  imageMask,  transparency
Fields inherited from com.lowagie.text.Rectangle:
UNDEFINED,  TOP,  BOTTOM,  LEFT,  RIGHT,  NO_BORDER,  BOX,  llx,  lly,  urx,  ury,  rotation,  border,  borderWidth,  borderColor,  backgroundColor,  useVariableBorders,  borderWidthLeft,  borderWidthRight,  borderWidthTop,  borderWidthBottom,  borderColorLeft,  borderColorRight,  borderColorTop,  borderColorBottom
Constructor:
 ImgRaw(Image image) 
 public ImgRaw(int width,
    int height,
    int components,
    int bpc,
    byte[] data) throws BadElementException 
    Creates an Image in raw mode.
    Parameters:
    width - the exact width of the image
    height - the exact height of the image
    components - 1,3 or 4 for GrayScale, RGB and CMYK
    bpc - bits per component. Must be 1,2,4 or 8
    data - the image data
    Throws:
    BadElementException - on error
Methods from com.lowagie.text.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,   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,   type
Methods from com.lowagie.text.Rectangle:
cloneNonPositionParameters,   disableBorderSide,   enableBorderSide,   getBackgroundColor,   getBorder,   getBorderColor,   getBorderColorBottom,   getBorderColorLeft,   getBorderColorRight,   getBorderColorTop,   getBorderWidth,   getBorderWidthBottom,   getBorderWidthLeft,   getBorderWidthRight,   getBorderWidthTop,   getBottom,   getBottom,   getChunks,   getGrayFill,   getHeight,   getLeft,   getLeft,   getRight,   getRight,   getRotation,   getTop,   getTop,   getWidth,   hasBorder,   hasBorders,   isContent,   isNestable,   isUseVariableBorders,   normalize,   process,   rectangle,   rotate,   setBackgroundColor,   setBorder,   setBorderColor,   setBorderColorBottom,   setBorderColorLeft,   setBorderColorRight,   setBorderColorTop,   setBorderWidth,   setBorderWidthBottom,   setBorderWidthLeft,   setBorderWidthRight,   setBorderWidthTop,   setBottom,   setGrayFill,   setLeft,   setRight,   setTop,   setUseVariableBorders,   softCloneNonPositionParameters,   toString,   type
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait