public class PDIconFit extends PDObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PDIconFit.MetaClass
The meta class implementation
|
| Modifier and Type | Field and Description |
|---|---|
static COSName |
CN_S_A
Anamorphic scaling
|
static COSName |
CN_S_P
Proportional scaling, default
|
static COSName |
CN_SW_A
always scale, the default
|
static COSName |
CN_SW_B
scale only when the icon is bigger than the annotation rectangle
|
static COSName |
CN_SW_N
never scale
|
static COSName |
CN_SW_S
scale only when the icon is smaller than the annotation rectangle
|
static COSName |
DK_A |
static COSName |
DK_FB |
static COSName |
DK_S |
static COSName |
DK_SW |
static PDIconFit.MetaClass |
META
The meta class instance
|
DK_Subtype, DK_Type| Modifier and Type | Method and Description |
|---|---|
float[] |
getAlignment() |
COSName |
getScalingCircumstances() |
COSName |
getScalingMode() |
boolean |
isIgnoreBorderWidth() |
void |
setAlignment(float[] align) |
void |
setIgnoreBorderWidth(boolean ignore) |
void |
setScalingCircumstances(COSName flag) |
void |
setScalingMode(COSName flag) |
cosGetFieldDescendant, cosGetFieldInheritable, cosGetFieldInherited, cosGetSubtype, cosGetType, cosRemoveFieldInheritable, cosSetFieldInheritable, cosSetSubtype, cosSetType, getDoc, getGenericChildren, getGenericParent, setGenericParent, toStringchanged, cosGetArray, cosGetDict, cosGetDoc, cosGetField, cosGetObject, cosGetStream, cosHasField, cosRemoveField, cosSetField, getAttribute, getFieldBoolean, getFieldDate, getFieldFixed, getFieldFixedArray, getFieldInt, getFieldMLString, getFieldString, invalidateCaches, removeAttribute, setAttribute, setFieldBoolean, setFieldFixed, setFieldInt, setFieldMLString, setFieldName, setFieldObject, setFieldStringpublic static final PDIconFit.MetaClass META
public static final COSName DK_SW
public static final COSName DK_S
public static final COSName DK_A
public static final COSName DK_FB
public static final COSName CN_SW_A
public static final COSName CN_SW_B
public static final COSName CN_SW_S
public static final COSName CN_SW_N
public static final COSName CN_S_A
public static final COSName CN_S_P
public void setAlignment(float[] align)
public float[] getAlignment()
public void setScalingCircumstances(COSName flag)
public COSName getScalingCircumstances()
public void setScalingMode(COSName flag)
public COSName getScalingMode()
public void setIgnoreBorderWidth(boolean ignore)
public boolean isIgnoreBorderWidth()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.