|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.util.PDFOperator
This class represents an Operator in the content stream.
Method Summary | |
byte[] |
getImageData()
This is the special case for the ID operator where there are just random bytes inlined the stream. |
ImageParameters |
getImageParameters()
This will get the image parameters, this is only valid for BI operators. |
String |
getOperation()
This will get the operation that this operator represents. |
static PDFOperator |
getOperator(String operator)
This is used to create/cache operators in the system. |
void |
setImageData(byte[] imageDataArray)
This will set the image data, this is only used for the ID operator. |
void |
setImageParameters(ImageParameters params)
This will set the image parameters, this is only valid for BI operators. |
String |
toString()
This will print a string rep of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public static PDFOperator getOperator(String operator)
operator
- The operator for the system.
public String getOperation()
public String toString()
public byte[] getImageData()
public void setImageData(byte[] imageDataArray)
imageDataArray
- New value of property imageData.public ImageParameters getImageParameters()
public void setImageParameters(ImageParameters params)
params
- The image parameters.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |