Serialized Form


Package com.openpcl.pclrenderimage.softfont

Class com.openpcl.pclrenderimage.softfont.PriBitmapFont extends PriFontBase implements Serializable

serialVersionUID: 1L

Serialized Fields

orientation

int orientation

resolution

int resolution

height

float height

mCharacterMap

Hashtable<K,V> mCharacterMap

Class com.openpcl.pclrenderimage.softfont.PriFontBase extends Object implements Serializable

Serialized Fields

symbolset

int symbolset
Font's symbolset. If this ia a bound font then then this field is set to symbolset's code else it is 0, and character complement number is used.


characterComplement

int[] characterComplement
For unbound font's character complement is use to check if a font can display desired symbol collection


typefaceFamily

int typefaceFamily

pitch

double pitch

style

int style

strokeWeight

int strokeWeight

cellHeight

int cellHeight
For bitmap fonts this is cell width. For truetype fonts it is units per em value


cellWidth

int cellWidth
For bitmap fonts this is cell height. For truetype fonts it is units per em value


isFixedPitch

boolean isFixedPitch

orientation

int orientation
Orientation characteristic. As we can rotate fonts this characteristics is not realley neaded


name

String name
Name of the font. This name is not used during font selection. ...


storage

int storage
One of storage constants. Specifies font's location


isPermanent

boolean isPermanent
This is applicapable for soft fonts only ( location == RAM ) true this font is permanent false this font is temporary For more information about temporary and permanent soft fonts refer to PCL Techincal Reference Soft Fonts


spaceDisplayable

boolean spaceDisplayable
Indicates whteher space character is displayable. As space character is widely used so we treat it a little bit different. This value is initialized at the the time the font is loaded.


Package com.openpcl.viewer

Class com.openpcl.viewer.OpenPCLViewer extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mAppName

String mAppName

mAppDescription

String mAppDescription

mAppVersion

String mAppVersion

mParentFrame

Frame mParentFrame

mJApplet

JApplet mJApplet

mPosSimpleJFrame

PosSimpleJFrame mPosSimpleJFrame

mPosMdiDesktopPane

PosMdiDesktopPane mPosMdiDesktopPane

mIsPrintChoicesListShowing

boolean mIsPrintChoicesListShowing

mIsChangeTheLookListShowing

boolean mIsChangeTheLookListShowing

mIsZoomSliderShowing

boolean mIsZoomSliderShowing

mIsWindowControlListShowing

boolean mIsWindowControlListShowing

mIsHelpChoicesListShowing

boolean mIsHelpChoicesListShowing

mCanWriteToLocalClient

boolean mCanWriteToLocalClient

mIsDrawingForPrinting

boolean mIsDrawingForPrinting

mPickAppLook

PosPickAppLook mPickAppLook

mPosManageToolBar

PosManageToolBar mPosManageToolBar

mPosToolBar

PosToolBar mPosToolBar

mPosStatusBar

PosStatusBar mPosStatusBar

mPosPrintChoicesList

PosPrintChoicesList mPosPrintChoicesList

mPosHelpChoicesList

PosHelpChoicesList mPosHelpChoicesList

mPosPrintChoicesPopupDialog

PosPrintChoicesPopupDialog mPosPrintChoicesPopupDialog

mPosHelpChoicesPopupDialog

PosHelpChoicesPopupDialog mPosHelpChoicesPopupDialog

mPosFileFilter

PosFileFilter mPosFileFilter

mPosZoomSlider

PosZoomSlider mPosZoomSlider

mPosZoomPopupDialog

PosZoomPopupDialog mPosZoomPopupDialog

mPosChangeTheLookList

PosChangeTheLookList mPosChangeTheLookList

mPosChangeTheLookPopupDialog

PosChangeTheLookPopupDialog mPosChangeTheLookPopupDialog

mPosWindowControlPopupDialog

PosWindowControlPopupDialog mPosWindowControlPopupDialog

mPosWindowControlList

PosWindowControlList mPosWindowControlList

mHelpAboutDialog

PosHtmlViewerButtonChoicesDialog mHelpAboutDialog

mLicenseInfoDialog

PosHtmlViewerButtonChoicesDialog mLicenseInfoDialog

mPosUserOptionsDialog

PosUserOptionsDialog mPosUserOptionsDialog

mFrameComponentListener

ComponentListener mFrameComponentListener

mFilePathAndFileName

String mFilePathAndFileName

mPackagePreferences

Preferences mPackagePreferences

mPosPersistViewValues

PosPersistViewValues mPosPersistViewValues

mPosPersistPrintOptionsValues

PosPersistPrintOptionsValues mPosPersistPrintOptionsValues

mPosStartupOptions

PosStartupOptions mPosStartupOptions

mPosPrintSetupDialogChoices

PosPrintSetupDialogChoices mPosPrintSetupDialogChoices

mPCLPrintJob

PCLPrintJob mPCLPrintJob

mViewframeX

int mViewframeX

mViewframeY

int mViewframeY

mViewframeWidth

int mViewframeWidth

mViewframeHeight

int mViewframeHeight

mViewframeState

int mViewframeState

mPosViewSelected

PosView mPosViewSelected

mPosViewArray

PosView[] mPosViewArray

mPackagePathLicenseInfo

String mPackagePathLicenseInfo

mPackagePathHelpAbout

String mPackagePathHelpAbout

mLastWindowState

int mLastWindowState

mHiddenTagBaseArray

String[] mHiddenTagBaseArray

Package com.openpcl.viewer.applet

Class com.openpcl.viewer.applet.OpenPCLApplet extends JApplet implements Serializable

serialVersionUID: 1L

Serialized Fields

mOpenPCLViewer

OpenPCLViewer mOpenPCLViewer

Package com.openpcl.viewer.dialogs

Class com.openpcl.viewer.dialogs.PosChangeTheLookPopupDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mPosChangeTheLookList

PosChangeTheLookList mPosChangeTheLookList

Class com.openpcl.viewer.dialogs.PosFileOpenDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mChooserJPanel

JPanel mChooserJPanel

mBorderLayout

BorderLayout mBorderLayout

mJFileChooser

JFileChooser mJFileChooser

mChoice

int mChoice

mPath

String mPath

mFileName

String mFileName

mPosFileFilter

PosFileFilter mPosFileFilter

Class com.openpcl.viewer.dialogs.PosHelpChoicesPopupDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mPosHelpChoicesList

PosHelpChoicesList mPosHelpChoicesList

Class com.openpcl.viewer.dialogs.PosHtmlViewerButtonChoicesDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mUrl

URL mUrl

mJEditorPane

JEditorPane mJEditorPane

mJScrollPane

JScrollPane mJScrollPane

mContentPane

JPanel mContentPane

mBottomButtonsJPanel

JPanel mBottomButtonsJPanel

mButtonNumberClicked

int mButtonNumberClicked

Class com.openpcl.viewer.dialogs.PosPrintChoicesPopupDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mPosPrintChoicesList

PosPrintChoicesList mPosPrintChoicesList

Class com.openpcl.viewer.dialogs.PosWindowControlPopupDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mPosWindowControlList

PosWindowControlList mPosWindowControlList

Class com.openpcl.viewer.dialogs.PosZoomPopupDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mPosZoomSlider

PosZoomSlider mPosZoomSlider

Package com.openpcl.viewer.jframe

Class com.openpcl.viewer.jframe.PosSimpleJFrame extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

mAppName

String mAppName

mAppDescription

String mAppDescription

mAppVersion

String mAppVersion

mOpenPCLViewer

OpenPCLViewer mOpenPCLViewer

mPackagePreferences

Preferences mPackagePreferences

mPosPersistOuterFrameValues

PosPersistOuterFrameValues mPosPersistOuterFrameValues

mOuterframeX

int mOuterframeX

mOuterframeY

int mOuterframeY

mOuterframeWidth

int mOuterframeWidth

mOuterframeHeight

int mOuterframeHeight

mOuterframeState

int mOuterframeState

mBorderLayout

BorderLayout mBorderLayout

mJMenuBar

JMenuBar mJMenuBar

mJToolBar

JToolBar mJToolBar

mPclViewerOuterJPanel

JPanel mPclViewerOuterJPanel

mModeToRun

int mModeToRun

Package com.openpcl.viewer.options

Class com.openpcl.viewer.options.PosUserOptionsDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mPosPrintSetupDialogChoices

PosPrintSetupDialogChoices mPosPrintSetupDialogChoices

mOpenPCLViewer

OpenPCLViewer mOpenPCLViewer

mParentFrame

Frame mParentFrame

mPrintRequestAttributeSet

PrintRequestAttributeSet mPrintRequestAttributeSet

mPrinterJob

PrinterJob mPrinterJob

mPosPrintSetupDialog

PosPrintSetupDialog mPosPrintSetupDialog

mTloPref

double mTloPref

mTloFill

double mTloFill

mTloHgap

double mTloHgap

mTloVgap

double mTloVgap

mUseFont

Font mUseFont

mFontPointSize

float mFontPointSize

mTitledBorderFont

Font mTitledBorderFont

mOuterJPanel

JPanel mOuterJPanel

mTopButtonsJPanel

JPanel mTopButtonsJPanel

mPrintingOptionsJPanel

JPanel mPrintingOptionsJPanel

mPrintingOptionsInsideTopJPanel

JPanel mPrintingOptionsInsideTopJPanel

mPrintingOptionsInsideMiddleJPanel

JPanel mPrintingOptionsInsideMiddleJPanel

mPrintingOptionsInsideBottomJPanel

JPanel mPrintingOptionsInsideBottomJPanel

mEMailJPanel

JPanel mEMailJPanel

mScanningJPanel

JPanel mScanningJPanel

mUpdatesJPanel

JPanel mUpdatesJPanel

mBottomButtonsJPanel

JPanel mBottomButtonsJPanel

mPrintingGroupBoxString

String mPrintingGroupBoxString

mEMailGroupBoxString

String mEMailGroupBoxString

mScanningGroupBoxString

String mScanningGroupBoxString

mUpdatesGroupBoxString

String mUpdatesGroupBoxString

mCreateShortcutJButton

JButton mCreateShortcutJButton

mRegisterFileTypeJButton

JButton mRegisterFileTypeJButton

mPrinterSetupDefaultsJButton

JButton mPrinterSetupDefaultsJButton

mEMailAdvancedSettingsJButton

JButton mEMailAdvancedSettingsJButton

mScanningSetupJButton

JButton mScanningSetupJButton

mCheckForUpdatesJButton

JButton mCheckForUpdatesJButton

mOKJButton

JButton mOKJButton

mCancelJButton

JButton mCancelJButton

mCreateShortcutJLabel

JLabel mCreateShortcutJLabel

mResgisterFileTypeJLabel

JLabel mResgisterFileTypeJLabel

mWhenToShowPrinterSetupJLabel

JLabel mWhenToShowPrinterSetupJLabel

mFormFillColorJLabel

JLabel mFormFillColorJLabel

mFooterForOriginalJLabel

JLabel mFooterForOriginalJLabel

mFooterForFirstCopyJLabel

JLabel mFooterForFirstCopyJLabel

mFooterForSecondCopyJLabel

JLabel mFooterForSecondCopyJLabel

mFooterForThirdCopyJLabel

JLabel mFooterForThirdCopyJLabel

mPclEscCodesJLabel

JLabel mPclEscCodesJLabel

mLetterTrayJLabel

JLabel mLetterTrayJLabel

mLegalTrayJLabel

JLabel mLegalTrayJLabel

mEMailClientJLabel

JLabel mEMailClientJLabel

mScanningDescJLabel

JLabel mScanningDescJLabel

mCheckForUpdatesEveryJLabel

JLabel mCheckForUpdatesEveryJLabel

mCheckForUpdatesDaysJLabel

JLabel mCheckForUpdatesDaysJLabel

mDateLastUpdateCheckedJLabel

JLabel mDateLastUpdateCheckedJLabel

mFilledInDateLastCheckedJLabel

JLabel mFilledInDateLastCheckedJLabel

mFooterForOriginalJTextField

JTextField mFooterForOriginalJTextField

mFooterForFirstCopyJTextField

JTextField mFooterForFirstCopyJTextField

mFooterForSecondCopyJTextField

JTextField mFooterForSecondCopyJTextField

mFooterForThirdCopyJTextField

JTextField mFooterForThirdCopyJTextField

mLetterTrayJTextField

JTextField mLetterTrayJTextField

mLegalTrayJTextField

JTextField mLegalTrayJTextField

mShowPrinterSetupEveryPrintJRadioButton

JRadioButton mShowPrinterSetupEveryPrintJRadioButton

mShowPrinterSetupFirstPrintOnlyJRadioButton

JRadioButton mShowPrinterSetupFirstPrintOnlyJRadioButton

mShowPrinterSetupFromOptionsDialogOnlyJRadioButton

JRadioButton mShowPrinterSetupFromOptionsDialogOnlyJRadioButton

mPrintSetupButtonGroup

ButtonGroup mPrintSetupButtonGroup

mFormFillColorBlueJRadioButton

JRadioButton mFormFillColorBlueJRadioButton

mFormFillColorBlackJRadioButton

JRadioButton mFormFillColorBlackJRadioButton

mFormFillColorButtonGroup

ButtonGroup mFormFillColorButtonGroup

mAntiAliasJCheckBox

JCheckBox mAntiAliasJCheckBox

mEMailClientJComboBox

JComboBox mEMailClientJComboBox

mCheckForUpdatesDaysJComboBox

JComboBox mCheckForUpdatesDaysJComboBox

Package com.openpcl.viewer.panels

Class com.openpcl.viewer.panels.PosChangeTheLookList extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mLookJList

JList mLookJList

mJScrollPane

JScrollPane mJScrollPane

mPickAppLook

PosPickAppLook mPickAppLook

mListSelectionListener

ListSelectionListener mListSelectionListener

Class com.openpcl.viewer.panels.PosHelpChoicesList extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mHelpChoicesJList

JList mHelpChoicesJList

mJScrollPane

JScrollPane mJScrollPane

mListSelectionListener

ListSelectionListener mListSelectionListener

mChoicesVector

Vector<E> mChoicesVector

Class com.openpcl.viewer.panels.PosPrintChoicesList extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mPrintChoicesJList

JList mPrintChoicesJList

mJScrollPane

JScrollPane mJScrollPane

mListSelectionListener

ListSelectionListener mListSelectionListener

mPrintChoicesVector

Vector<E> mPrintChoicesVector

Class com.openpcl.viewer.panels.PosView extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mOpenPCLViewer

OpenPCLViewer mOpenPCLViewer

mThisPosView

PosView mThisPosView

mViewNumber

int mViewNumber

mCurrentPageNumberSelected

int mCurrentPageNumberSelected

mFileType

int mFileType

mNumPixelsWheelScroll

int mNumPixelsWheelScroll

mJInternalFrame

JInternalFrame mJInternalFrame

mJSplitPane

JSplitPane mJSplitPane

mViewJScrollPane

JScrollPane mViewJScrollPane

mTreeJScrollPane

JScrollPane mTreeJScrollPane

mTreeVerticalJScrollBar

JScrollBar mTreeVerticalJScrollBar

mTreeHorizontalJScrollBar

JScrollBar mTreeHorizontalJScrollBar

mBufferedImageToDrawOn

BufferedImage mBufferedImageToDrawOn

mPosTree

PosTree mPosTree

mIsTreePanelShowing

boolean mIsTreePanelShowing

mIsMultiPageParseFinished

boolean mIsMultiPageParseFinished

mPosPutImageOnScreen

PosPutImageOnScreen mPosPutImageOnScreen

mPosZoomLogic

PosZoomLogic mPosZoomLogic

mPosPrintPages

PosPrintPages mPosPrintPages

mPosBuildListOfPagesToPrint

PosBuildListOfPagesToPrint mPosBuildListOfPagesToPrint

mShortName

String mShortName

mFilePathAndFileName

String mFilePathAndFileName

mChangingPartNameOnJInternalFrameTitleBar

String mChangingPartNameOnJInternalFrameTitleBar

mToStringStringBuffer

StringBuffer mToStringStringBuffer

mCurrentTreeNode

PosTreeNode mCurrentTreeNode

mPclRenderImage

PclRenderImage mPclRenderImage

mMouseWheelListeners

MouseWheelListener[] mMouseWheelListeners

mPixelLocForSplitter

int mPixelLocForSplitter

Class com.openpcl.viewer.panels.PosWindowControlList extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mWindowControlJList

JList mWindowControlJList

mJScrollPane

JScrollPane mJScrollPane

mListSelectionListener

ListSelectionListener mListSelectionListener

mBaseVector

Vector<E> mBaseVector

mChoicesVector

Vector<E> mChoicesVector

mTileHorizontalIcon

Icon mTileHorizontalIcon

mTileVerticalIcon

Icon mTileVerticalIcon

mCascadeIcon

Icon mCascadeIcon

mWindowSelectedIcon

Icon mWindowSelectedIcon

mWindowUnselectedIcon

Icon mWindowUnselectedIcon

Class com.openpcl.viewer.panels.PosZoomSlider extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mSliderChangeListener

ChangeListener mSliderChangeListener

mButtonActionListener

ActionListener mButtonActionListener

mButtonFont

Font mButtonFont

mButtonTextWidth

int mButtonTextWidth

mButtonTextHeight

int mButtonTextHeight

mButtonDimension

Dimension mButtonDimension

mButtonBorder

Border mButtonBorder

mSliderBackgroundColor

Color mSliderBackgroundColor

mDirectAccessZoomButtonTextColor

Color mDirectAccessZoomButtonTextColor

totalPrefWidth

int totalPrefWidth

totalPrefHeight

int totalPrefHeight

mAllowImageToUpdate

boolean mAllowImageToUpdate

mZoomSliderPanelOrientation

int mZoomSliderPanelOrientation

mSlider

JSlider mSlider

m10PctButton

PosZoomButton m10PctButton

m20PctButton

PosZoomButton m20PctButton

m30PctButton

PosZoomButton m30PctButton

m40PctButton

PosZoomButton m40PctButton

m50PctButton

PosZoomButton m50PctButton

m60PctButton

PosZoomButton m60PctButton

m70PctButton

PosZoomButton m70PctButton

m80PctButton

PosZoomButton m80PctButton

m90PctButton

PosZoomButton m90PctButton

m100PctButton

PosZoomButton m100PctButton

m200PctButton

PosZoomButton m200PctButton

m300PctButton

PosZoomButton m300PctButton

m400PctButton

PosZoomButton m400PctButton

Package com.openpcl.viewer.printing

Class com.openpcl.viewer.printing.PosPrintBufferedImage extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

mPosView

PosView mPosView

mPrintThisBufferedImage

BufferedImage mPrintThisBufferedImage

mBufferedImageToPrintOn

BufferedImage mBufferedImageToPrintOn

mGraphics2DToPrintOn

Graphics2D mGraphics2DToPrintOn

mParentFrame

Frame mParentFrame

mPrintThisTreeNode

PosTreeNode mPrintThisTreeNode

mOrigAffineTransform

AffineTransform mOrigAffineTransform

mScaleAffineTransform

AffineTransform mScaleAffineTransform

mShrinkLegalToLetterAffineTransform

AffineTransform mShrinkLegalToLetterAffineTransform

mPagesToPrintArrayList

ArrayList<E> mPagesToPrintArrayList

mPosPrintSetupDialogChoices

PosPrintSetupDialogChoices mPosPrintSetupDialogChoices

mPrintingProgressBar

JProgressBar mPrintingProgressBar

mShouldSetRendingHints

boolean mShouldSetRendingHints

mPrintScale

double mPrintScale

mPageWidthPixels

double mPageWidthPixels

mShrinkLegalToLetterRatio

double mShrinkLegalToLetterRatio

mShrinkLegalToLetterScale

double mShrinkLegalToLetterScale

mShrinkLegalToLetterMargins

double mShrinkLegalToLetterMargins

mXOffsetForCenteringShrinkLegalOnLetter

double mXOffsetForCenteringShrinkLegalOnLetter

Class com.openpcl.viewer.printing.PosPrintSetupDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mThisPosPrintSetupDialog

PosPrintSetupDialog mThisPosPrintSetupDialog

mPosStartupOptions

PosStartupOptions mPosStartupOptions

mPrintChoices

PosPrintSetupDialogChoices mPrintChoices

mPrintRequestAttributeSet

PrintRequestAttributeSet mPrintRequestAttributeSet

mPrinterJob

PrinterJob mPrinterJob

mSelectedPrinter

PrintService mSelectedPrinter

mItemsOnDialogBox

ArrayList<E> mItemsOnDialogBox

mTloPref

double mTloPref

mTloFill

double mTloFill

mTloHgap

double mTloHgap

mTloVgap

double mTloVgap

mAdjustToSmallFont

Font mAdjustToSmallFont

mSmallFontPointSize

float mSmallFontPointSize

mTitledBorderSmallFont

Font mTitledBorderSmallFont

mTitledBorderFont

Font mTitledBorderFont

mNonChangingTitledBorderFont

Font mNonChangingTitledBorderFont

mJTabbedPane

JTabbedPane mJTabbedPane

mBottomButtonsJPanel

JPanel mBottomButtonsJPanel

mTab1

JPanel mTab1

mListOfPrintersJPanel

JPanel mListOfPrintersJPanel

mAddlCopiesJPanel

JPanel mAddlCopiesJPanel

mWindowsPrintOrPclPrintJPanel

JPanel mWindowsPrintOrPclPrintJPanel

mPaperSizeJPanel

JPanel mPaperSizeJPanel

mPrintFormNamesJPanel

JPanel mPrintFormNamesJPanel

mDuplexJPanel

JPanel mDuplexJPanel

mAddlCopiesJLabel

JLabel mAddlCopiesJLabel

mFontSizeJLabel

JLabel mFontSizeJLabel

mPageNumbersThatWillPrintJLabel

JLabel mPageNumbersThatWillPrintJLabel

mAddlCopiesJTextField

JTextField mAddlCopiesJTextField

mTextAreaBgColor

Color mTextAreaBgColor

mTextAreaFont

Font mTextAreaFont

mPaperSizeAsDisplayedOrSelected

JRadioButton mPaperSizeAsDisplayedOrSelected

mPaperSizeLegalFirstThenLetter

JRadioButton mPaperSizeLegalFirstThenLetter

mPaperSizeLetterFirstThenLegal

JRadioButton mPaperSizeLetterFirstThenLegal

mPaperSizePrintAllOnLegal

JRadioButton mPaperSizePrintAllOnLegal

mPaperSizePrintAllOnLetterShrinksLegal

JRadioButton mPaperSizePrintAllOnLetterShrinksLegal

mPrintFormNamesYesJRadioButton

JRadioButton mPrintFormNamesYesJRadioButton

mPrintFormNamesNoJRadioButton

JRadioButton mPrintFormNamesNoJRadioButton

mDuplexYesJRadioButton

JRadioButton mDuplexYesJRadioButton

mDuplexNoJRadioButton

JRadioButton mDuplexNoJRadioButton

mPrintModeMoreInfoJButton

JButton mPrintModeMoreInfoJButton

mFontSizeDinkyJButton

JButton mFontSizeDinkyJButton

mFontSizeSmallJButton

JButton mFontSizeSmallJButton

mFontSizeMediumJButton

JButton mFontSizeMediumJButton

mFontSizeLargeJButton

JButton mFontSizeLargeJButton

mOKJButton

JButton mOKJButton

mCancelJButton

JButton mCancelJButton

mOpenJDKPrintDialogJButton

JButton mOpenJDKPrintDialogJButton

mAdvancedOptionsJButton

JButton mAdvancedOptionsJButton

mAdvancedOptionsOkJButton

JButton mAdvancedOptionsOkJButton

mIsPclPrinterJCheckBox

JCheckBox mIsPclPrinterJCheckBox

mListOfPrintersJList

JList mListOfPrintersJList

mPrintersListModel

ListModel mPrintersListModel

mListOfPrintersSelectionListener

com.openpcl.viewer.printing.PosPrintSetupDialog.ListOfPrintersSelectionListener mListOfPrintersSelectionListener

mListOfPrintersJScrollPane

JScrollPane mListOfPrintersJScrollPane

Package com.openpcl.viewer.statusbar

Class com.openpcl.viewer.statusbar.PosStatusBar extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mStatusBarMsgsJPanel

JPanel mStatusBarMsgsJPanel

mZoomSliderJPanel

JPanel mZoomSliderJPanel

mOnScreenZoomSliderJPanel

JPanel mOnScreenZoomSliderJPanel

mFileNameJPanel

JPanel mFileNameJPanel

mCursorPixelLocationJPanel

JPanel mCursorPixelLocationJPanel

mStatusTextLineJLabel

JLabel mStatusTextLineJLabel

mCursorLocationJLabel

JLabel mCursorLocationJLabel

mFileNameJLabel

JLabel mFileNameJLabel

mTloPref

double mTloPref

mTloFill

double mTloFill

mCalculatedMaxWidthOfMouseLocationString

int mCalculatedMaxWidthOfMouseLocationString

mWantZoomSliderPanel

boolean mWantZoomSliderPanel

Package com.openpcl.viewer.tree

Class com.openpcl.viewer.tree.PosTree.PosTreeCellRenderer extends JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

mPclIcon

Icon mPclIcon

mPageIcon

Icon mPageIcon

mtextSelectionColor

Color mtextSelectionColor

mtextNonSelectionColor

Color mtextNonSelectionColor

mbkSelectionColor

Color mbkSelectionColor

mbkNonSelectionColor

Color mbkNonSelectionColor

mborderSelectionColor

Color mborderSelectionColor

Package com.openpcl.viewer.uicomponents

Class com.openpcl.viewer.uicomponents.PosMdiDesktopPane extends JDesktopPane implements Serializable

serialVersionUID: 1L

Serialized Fields

mPosMdiDesktopManager

com.openpcl.viewer.uicomponents.PosMdiDesktopManager mPosMdiDesktopManager

Class com.openpcl.viewer.uicomponents.PosPutImageOnScreen extends JLabel implements Serializable

serialVersionUID: 1L

Serialized Fields

mPosView

PosView mPosView

mBufferedImageToDrawOn

BufferedImage mBufferedImageToDrawOn

mMissingBufferedImage

BufferedImage mMissingBufferedImage

mImageIcon

ImageIcon mImageIcon

mImageWidth

int mImageWidth

mImageHeight

int mImageHeight

mShouldShowUpdatingImageVisualCue

boolean mShouldShowUpdatingImageVisualCue

mUpdatingImageTextWidth

int mUpdatingImageTextWidth

mUpdatingImageTextAscentHeight

int mUpdatingImageTextAscentHeight

mUpdatingImageTextTotalHeight

int mUpdatingImageTextTotalHeight

mViewPositionPoint

Point mViewPositionPoint

Class com.openpcl.viewer.uicomponents.PosZoomButton extends JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

mButtonText

String mButtonText

mButtonFont

Font mButtonFont

mButtonForegroundColor

Color mButtonForegroundColor

mBaselineOfText

int mBaselineOfText

mPixelWidthOfText

int mPixelWidthOfText

Package com.openpcl.viewer.util

Class com.openpcl.viewer.util.PosToolbarDropdownItemRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

mBkgSelectionColor

Color mBkgSelectionColor

mFrgSelectionColor

Color mFrgSelectionColor

mBkgNonSelectionColor

Color mBkgNonSelectionColor

mFrgNonSelectionColor

Color mFrgNonSelectionColor



OpenPCL http://www.openpcl.com