|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.Resource
com.cete.dynamicpdf.Tag
com.cete.dynamicpdf.Artifact
public class Artifact
Represents an artifact.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
|---|---|
Artifact()
Initializes a new instance of the Artifact class. |
|
Artifact(ArtifactType type,
Attached attached)
Initializes a new instance of the Artifact class. |
|
Artifact(ArtifactType type,
Attached attached,
SubType subType)
Initializes a new instance of the Artifact class. |
|
Artifact(ArtifactType type,
BoundingBox bBox,
Attached attached,
SubType subType)
Initializes a new instance of the Artifact class. |
|
Artifact(ArtifactType type,
SubType subType)
Initializes a new instance of the Artifact class. |
|
Artifact(BoundingBox bBox)
Initializes a new instance of the Artifact class. |
|
| Method Summary | |
|---|---|
void |
draw(DocumentWriter writer)
Draws the artifact to the given DocumentWriter object. |
TagType |
getTagType()
Gets a TagType value indicating artifact tag. |
void |
setAttached(Attached attached)
Sets a Attached to the Artifact. |
void |
setBoundingBox()
Sets a BoundingBox Attribute to the Artifact with default value. |
void |
setBoundingBox(BoundingBox boundingBox)
Sets a BoundingBox to the Artifact. |
void |
setSubType(SubType subType)
Sets a SubType to the Artifact. |
void |
setType(ArtifactType type)
Sets a ArtifactType to the Artifact. |
| Methods inherited from class com.cete.dynamicpdf.Resource |
|---|
getRequiredPdfObjects, getResourceType, getUid, newUid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Artifact()
Artifact class.
public Artifact(BoundingBox bBox)
Artifact class.
bBox - Bounding box of the artifact.
public Artifact(ArtifactType type,
Attached attached)
Artifact class.
type - Type of artifact.attached - A value indicating to which the artifact is logically attached.
public Artifact(ArtifactType type,
SubType subType)
Artifact class.
type - Type of artifact.subType - Sub type of the artifact.
public Artifact(ArtifactType type,
Attached attached,
SubType subType)
Artifact class.
type - Type of artifact.attached - A value indicating to which the artifact is logically attached.subType - Sub type of the artifact.
public Artifact(ArtifactType type,
BoundingBox bBox,
Attached attached,
SubType subType)
Artifact class.
type - Type of artifact.bBox - Bounding box of the artifact.attached - A value indicating to which the artifact is logically attached.subType - Sub type of the artifact.| Method Detail |
|---|
public void setType(ArtifactType type)
ArtifactType to the Artifact.
type - Value of Type.public void setBoundingBox(BoundingBox boundingBox)
BoundingBox to the Artifact.
boundingBox - Value of BoundingBox.public void setBoundingBox()
BoundingBox Attribute to the Artifact with default value.
public void setAttached(Attached attached)
Attached to the Artifact.
attached - Value of Attached.public void setSubType(SubType subType)
SubType to the Artifact.
subType - Value of SubType.public TagType getTagType()
TagType value indicating artifact tag.
getTagType in class Tagpublic void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Resourcewriter - DocumentWriter object to receive the artifact's output.DocumentWriter
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||