Library | Package Java Toolkit

Class HorizontalJustification

package com.ptc.pfc.pfcDetail;

public class HorizontalJustification
  implements jxenum



Description

This enumerated type represents the types of horizontal justification for notes.
See Also:
DetailNoteInstructions



Field Summary
static final int_H_JUSTIFY_LEFT
    Integer value of enum value "H_JUSTIFY_LEFT"
    Left horizontal justification.
static final HorizontalJustificationH_JUSTIFY_LEFT
    Object value of enum value "H_JUSTIFY_LEFT"
    Left horizontal justification.
static final int_H_JUSTIFY_CENTER
    Integer value of enum value "H_JUSTIFY_CENTER"
    Center horizontal justification.
static final HorizontalJustificationH_JUSTIFY_CENTER
    Object value of enum value "H_JUSTIFY_CENTER"
    Center horizontal justification.
static final int_H_JUSTIFY_RIGHT
    Integer value of enum value "H_JUSTIFY_RIGHT"
    Right horizontal justification.
static final HorizontalJustificationH_JUSTIFY_RIGHT
    Object value of enum value "H_JUSTIFY_RIGHT"
    Right horizontal justification.
static final int_H_JUSTIFY_DEFAULT
    Integer value of enum value "H_JUSTIFY_DEFAULT"
    Default horizontal justification.
static final HorizontalJustificationH_JUSTIFY_DEFAULT
    Object value of enum value "H_JUSTIFY_DEFAULT"
    Default horizontal justification.
static final int_HorizontalJustification_null
    Enum null value.

Method Summary
static HorizontalJustificationFromInt (int value)
    Creates enum object from an integer.
static HorizontalJustificationFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static HorizontalJustificationFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static HorizontalJustificationFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.