|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary> it.stefanochizzolini.clown.documents.interaction.annotations.AppearanceCharacteristics.IconFitObject
public static class AppearanceCharacteristics.IconFitObject
Icon fit [PDF:1.6:8.6.6].
Nested Class Summary | |
---|---|
static class |
AppearanceCharacteristics.IconFitObject.ScaleModeEnum
Scaling mode [PDF:1.6:8.6.6]. |
static class |
AppearanceCharacteristics.IconFitObject.ScaleTypeEnum
Scaling type [PDF:1.6:8.6.6]. |
Constructor Summary | |
---|---|
AppearanceCharacteristics.IconFitObject(Document context)
|
|
AppearanceCharacteristics.IconFitObject(PdfDirectObject baseObject,
PdfIndirectObject container)
|
Method Summary | |
---|---|
AppearanceCharacteristics.IconFitObject |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
AlignmentXEnum |
getAlignmentX()
Gets the horizontal alignment of the icon inside the annotation box. |
AlignmentYEnum |
getAlignmentY()
Gets the vertical alignment of the icon inside the annotation box. |
AppearanceCharacteristics.IconFitObject.ScaleModeEnum |
getScaleMode()
Gets the circumstances under which the icon should be scaled inside the annotation box. |
AppearanceCharacteristics.IconFitObject.ScaleTypeEnum |
getScaleType()
Gets the type of scaling to use. |
boolean |
isBorderExcluded()
Gets whether not to take into consideration the line width of the border. |
void |
setAlignmentX(AlignmentXEnum value)
Sets the horizontal alignment of the icon inside the annotation box. |
void |
setAlignmentY(AlignmentYEnum value)
Sets the vertical alignment of the icon inside the annotation box. |
void |
setBorderExcluded(boolean value)
Sets whether not to take into consideration the line width of the border. |
void |
setScaleMode(AppearanceCharacteristics.IconFitObject.ScaleModeEnum value)
Sets the circumstances under which the icon should be scaled inside the annotation box. |
void |
setScaleType(AppearanceCharacteristics.IconFitObject.ScaleTypeEnum value)
Sets the type of scaling to use. |
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper |
---|
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppearanceCharacteristics.IconFitObject(Document context)
public AppearanceCharacteristics.IconFitObject(PdfDirectObject baseObject, PdfIndirectObject container)
Method Detail |
---|
public AppearanceCharacteristics.IconFitObject clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public AlignmentXEnum getAlignmentX()
public AlignmentYEnum getAlignmentY()
public AppearanceCharacteristics.IconFitObject.ScaleModeEnum getScaleMode()
public AppearanceCharacteristics.IconFitObject.ScaleTypeEnum getScaleType()
public boolean isBorderExcluded()
public void setAlignmentX(AlignmentXEnum value)
getAlignmentX()
public void setAlignmentY(AlignmentYEnum value)
getAlignmentY()
public void setBorderExcluded(boolean value)
isBorderExcluded()
public void setScaleMode(AppearanceCharacteristics.IconFitObject.ScaleModeEnum value)
getScaleMode()
public void setScaleType(AppearanceCharacteristics.IconFitObject.ScaleTypeEnum value)
getScaleType()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |