public class ODLogicalView
extends java.lang.Object
implements java.io.Serializable
...
String [] logicalViews = myODHit.getLogicalViewNames();
ODLogicalView myView = myODHit.getLogicalView(logicalViews[0]);
...
WARNING: It is required that access to all ODWEK objects only be done in a single threaded
environment.
| Modifier and Type | Method and Description |
|---|---|
char |
getBackgroundColor()
Get the backgroundColor.
|
int |
getBrightness()
Get the brightness
|
int |
getContrast()
Get the contrast
|
int |
getCopyGroup()
Get the copy group
|
char |
getGrayscale()
Get the gray scale
|
char |
getHeadingColor()
Get the heading color
|
char |
getImageColor()
Get the image color
|
char |
getImageIntensity()
Get the image intensity
|
int[] |
getLdFieldDisplayOrder()
Get the order in which the fields will be displayed
|
java.lang.String |
getName()
Get the name of this logical view
|
int |
getNumLDDisplayFields()
Get the number of fields in the display order
|
int |
getNumLockedFields()
Get the number of locked fields
|
char |
getOverstrike()
Get the overstrike
|
char |
getSelectedAreaColor()
Get the selected area color
|
char |
getTextFidelity()
Get the text fidelity
|
int |
getZoom()
Get the zoom percentage.
|
boolean |
hasLockHeaderRows()
Determine if header rows should be locked
|
boolean |
isPublic()
Determine if this logical view is public
|
public char getBackgroundColor()
public int getBrightness()
public int getContrast()
public int getCopyGroup()
public char getGrayscale()
ODConstant.OD_GRAYSCALE_SCALE,
ODConstant.OD_GRAYSCALE_COLORpublic char getHeadingColor()
ODConstant.ColorWhite,
ODConstant.ColorBlack,
ODConstant.ColorRed,
ODConstant.ColorBlue,
ODConstant.ColorGreen,
ODConstant.ColorYellow,
ODConstant.ColorGrey,
ODConstant.ColorDefaultpublic char getImageColor()
ODConstant.ColorWhite,
ODConstant.ColorBlack,
ODConstant.ColorRed,
ODConstant.ColorBlue,
ODConstant.ColorGreen,
ODConstant.ColorYellow,
ODConstant.ColorMagenta,
ODConstant.ColorCyan,
ODConstant.ColorGrey,
ODConstant.ColorGreenBar,
ODConstant.ColorDefault,
ODConstant.ColorNonepublic char getImageIntensity()
ODConstant.OD_IMAGE_INTENSITY_NORMAL,
ODConstant.OD_IMAGE_INTENSITY_LIGHT,
ODConstant.OD_IMAGE_INTENSITY_NONEpublic int[] getLdFieldDisplayOrder()
public boolean hasLockHeaderRows()
public java.lang.String getName()
public int getNumLDDisplayFields()
public int getNumLockedFields()
public char getOverstrike()
ODConstant.OD_OVERSTRIKE_SEPARATE,
ODConstant.OD_OVERSTRIKE_MERGE,
ODConstant.OD_OVERSTRIKE_FULLpublic boolean isPublic()
public char getSelectedAreaColor()
public char getTextFidelity()
ODConstant.OD_TEXT_FIDELITY_LINE,
ODConstant.OD_TEXT_FIDELITY_WORD,
ODConstant.OD_TEXT_FIDELITY_CHAR,
ODConstant.OD_TEXT_FIDELITY_DRAFT,
ODConstant.OD_TEXT_FIDELITY_240public int getZoom()
(c)Copyright International Business Machines Corporation 2001, 2020. IBM Corp. All rights reserved.