|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Resource com.cete.dynamicpdf.pageelements.TransparencyGroup.Transparency
public static class TransparencyGroup.Transparency
Constructor Summary | |
---|---|
TransparencyGroup.Transparency(float strokeAlpha,
float fillAlpha,
BlendMode blendMode)
|
Method Summary | |
---|---|
void |
draw(DocumentWriter writer)
Draws the resource to the given DocumentWriter object. |
int |
getRequiredPdfObjects()
Gets the number of PDF objects required by the resource. |
Methods inherited from class com.cete.dynamicpdf.Resource |
---|
getResourceType, getUid, newUid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransparencyGroup.Transparency(float strokeAlpha, float fillAlpha, BlendMode blendMode)
Method Detail |
---|
public int getRequiredPdfObjects()
Resource
getRequiredPdfObjects
in class Resource
public void draw(DocumentWriter writer)
Resource
DocumentWriter
object.
draw
in class Resource
writer
- DocumentWriter
object to receive the resource's output.DocumentWriter
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |