DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Class TransparencyGroup.Transparency

java.lang.Object
  extended by com.cete.dynamicpdf.Resource
      extended by com.cete.dynamicpdf.pageelements.TransparencyGroup.Transparency
Enclosing class:
TransparencyGroup

public static class TransparencyGroup.Transparency
extends Resource


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

TransparencyGroup.Transparency

public TransparencyGroup.Transparency(float strokeAlpha,
                                      float fillAlpha,
                                      BlendMode blendMode)
Method Detail

getRequiredPdfObjects

public int getRequiredPdfObjects()
Description copied from class: Resource
Gets the number of PDF objects required by the resource.

Overrides:
getRequiredPdfObjects in class Resource
Returns:
the number of PDF objects required by the resource.

draw

public void draw(DocumentWriter writer)
Description copied from class: Resource
Draws the resource to the given DocumentWriter object.

Specified by:
draw in class Resource
Parameters:
writer - DocumentWriter object to receive the resource's output.
See Also:
DocumentWriter

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software