|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.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)
|
Method Summary | |
---|---|
AppearanceCharacteristics.IconFitObject |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
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. |
XAlignmentEnum |
getXAlignment()
Gets the horizontal alignment of the icon inside the annotation box. |
YAlignmentEnum |
getYAlignment()
Gets the vertical alignment of the icon inside the annotation box. |
boolean |
isBorderExcluded()
Gets whether not to take into consideration the line width of the border. |
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. |
void |
setXAlignment(XAlignmentEnum value)
Sets the horizontal alignment of the icon inside the annotation box. |
void |
setYAlignment(YAlignmentEnum value)
Sets the vertical alignment of the icon inside the annotation box. |
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppearanceCharacteristics.IconFitObject(Document context)
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 AppearanceCharacteristics.IconFitObject.ScaleModeEnum getScaleMode()
public AppearanceCharacteristics.IconFitObject.ScaleTypeEnum getScaleType()
public XAlignmentEnum getXAlignment()
public YAlignmentEnum getYAlignment()
public boolean isBorderExcluded()
public void setBorderExcluded(boolean value)
isBorderExcluded()
public void setScaleMode(AppearanceCharacteristics.IconFitObject.ScaleModeEnum value)
getScaleMode()
public void setScaleType(AppearanceCharacteristics.IconFitObject.ScaleTypeEnum value)
getScaleType()
public void setXAlignment(XAlignmentEnum value)
getXAlignment()
public void setYAlignment(YAlignmentEnum value)
getYAlignment()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |