dori.jasper.engine
Interface JRAlignment

All Known Subinterfaces:
JRImage, JRStaticText, JRTextElement, JRTextField
All Known Implementing Classes:
JRBaseImage, JRBaseStaticText, JRBaseTextElement, JRBaseTextField, JRDesignImage, JRDesignStaticText, JRDesignTextElement, JRDesignTextField, JRFillImage, JRFillStaticText, JRFillTextElement, JRFillTextField

public interface JRAlignment


Field Summary
static byte HORIZONTAL_ALIGN_CENTER
           
static byte HORIZONTAL_ALIGN_JUSTIFIED
           
static byte HORIZONTAL_ALIGN_LEFT
           
static byte HORIZONTAL_ALIGN_RIGHT
           
static byte VERTICAL_ALIGN_BOTTOM
           
static byte VERTICAL_ALIGN_MIDDLE
           
static byte VERTICAL_ALIGN_TOP
           
 

Field Detail

HORIZONTAL_ALIGN_LEFT

public static final byte HORIZONTAL_ALIGN_LEFT
See Also:
Constant Field Values

HORIZONTAL_ALIGN_CENTER

public static final byte HORIZONTAL_ALIGN_CENTER
See Also:
Constant Field Values

HORIZONTAL_ALIGN_RIGHT

public static final byte HORIZONTAL_ALIGN_RIGHT
See Also:
Constant Field Values

HORIZONTAL_ALIGN_JUSTIFIED

public static final byte HORIZONTAL_ALIGN_JUSTIFIED
See Also:
Constant Field Values

VERTICAL_ALIGN_TOP

public static final byte VERTICAL_ALIGN_TOP
See Also:
Constant Field Values

VERTICAL_ALIGN_MIDDLE

public static final byte VERTICAL_ALIGN_MIDDLE
See Also:
Constant Field Values

VERTICAL_ALIGN_BOTTOM

public static final byte VERTICAL_ALIGN_BOTTOM
See Also:
Constant Field Values


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.