|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKViewDataDefOD
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantOD |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKViewDataDefOD(java.lang.String name)
Constructs a new DKViewDataOD object with the given name |
|
DKViewDataDefOD(java.lang.String name,
boolean ispublic,
int zoom,
int copygroup,
int contrast,
int brightness,
char grayscale,
char backgroundcolor,
char headingcolor,
char selectedareacolor,
char imagecolor,
char imageintensity,
char textfidelity,
char overstrike,
boolean lockheaders,
int numlockedfields,
int numldfielddisplayorders)
|
Method Summary | |
char |
getBackgroundColor()
Returns the background color for this view |
int |
getBrightness()
Returns the brightness value for this view |
int |
getContrast()
Returns the contrast value for this view |
int |
getCopyGroup()
Returns the copy group attribute for this view |
char |
getGrayscale()
Returns the grayscale value for this view |
char |
getHeadingColor()
Returns the heading color for this view |
char |
getImageColor()
Returns the image color for this view |
char |
getImageIntensity()
Returns the image intensity value for this view |
int[] |
getLDFieldDisplayOrders()
Returns the line data field display order |
java.lang.String |
getName()
Gets the name of this view |
int |
getNumLDFieldDisplayOrders()
Returns the number of line data field display orders |
int |
getNumLockedFields()
Returns the number of locked fields |
char |
getSelectedAreaColor()
Returns the selected area color for this view |
char |
getTextFidelity()
Returns the text fidelity value for this view |
int |
getZoom()
Returns the zoom factor for this view |
boolean |
isLockHeaderRows()
Returns whether or not to lock header rows for this view |
boolean |
isPublic()
Returns whether or not this view is public |
void |
setBackgroundColor(char c)
Sets the background color of this view |
void |
setBrightness(int brightness)
Sets the brightness value of this view |
void |
setContrast(int contrast)
Sets the contrast value of this view |
void |
setCopyGroup(int copygroup)
Sets the copy group attribute of this view |
void |
setGrayscale(char grayscale)
Sets the grayscale value of this view |
void |
setHeadingColor(char c)
Sets the heading color of this view |
void |
setImageColor(char c)
Sets the image color of this view |
void |
setImageIntensity(char c)
Sets the image intensity value of this view |
boolean |
setLDFieldDisplayOrders(int pos,
int value)
Sets the line data field display order |
void |
setLockHeaderRows(boolean v)
Sets whether or not to lock header rows for this view |
void |
setName(java.lang.String name)
Sets the view name |
void |
setNumLDFieldDisplayOrders(int n)
Sets the number of line data field display orders |
void |
setNumLockedFields(int n)
Sets the number of locked fields |
void |
setPublic(boolean ispublic)
Sets the public attribute of this view |
void |
setSelectedAreaColor(char c)
Sets the selected area color of this view |
void |
setTextFidelity(char c)
Sets the text fidelity value of this view |
void |
setZoom(int z)
Sets the zoom attribute of this view |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKViewDataDefOD(java.lang.String name)
name
- public DKViewDataDefOD(java.lang.String name, boolean ispublic, int zoom, int copygroup, int contrast, int brightness, char grayscale, char backgroundcolor, char headingcolor, char selectedareacolor, char imagecolor, char imageintensity, char textfidelity, char overstrike, boolean lockheaders, int numlockedfields, int numldfielddisplayorders)
Method Detail |
public void setName(java.lang.String name)
setName
in interface dkExtension
name
- public java.lang.String getName()
getName
in interface dkExtension
public void setPublic(boolean ispublic)
ispublic
- public boolean isPublic()
public void setZoom(int z)
z
- public int getZoom()
public void setCopyGroup(int copygroup)
copygroup
- public int getCopyGroup()
public void setContrast(int contrast)
contrast
- public int getContrast()
public void setBrightness(int brightness)
brightness
- public int getBrightness()
public void setGrayscale(char grayscale)
grayscale
- public char getGrayscale()
public void setBackgroundColor(char c)
c
- public char getBackgroundColor()
public void setHeadingColor(char c)
c
- public char getHeadingColor()
public void setSelectedAreaColor(char c)
c
- public char getSelectedAreaColor()
public void setImageColor(char c)
c
- public char getImageColor()
public void setImageIntensity(char c)
c
- public char getImageIntensity()
public void setTextFidelity(char c)
c
- public char getTextFidelity()
public void setLockHeaderRows(boolean v)
v
- public boolean isLockHeaderRows()
public void setNumLockedFields(int n)
n
- public int getNumLockedFields()
public void setNumLDFieldDisplayOrders(int n)
n
- public int getNumLDFieldDisplayOrders()
public int[] getLDFieldDisplayOrders()
public boolean setLDFieldDisplayOrders(int pos, int value)
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |