jxl.format

Class BorderLineStyle

Known Direct Subclasses:
BorderLineStyle

public class BorderLineStyle
extends java.lang.Object

The border line style

Field Summary

static BorderLineStyle
DASHED
static BorderLineStyle
DASH_DOT
static BorderLineStyle
DASH_DOT_DOT
static BorderLineStyle
DOTTED
static BorderLineStyle
DOUBLE
static BorderLineStyle
HAIR
static BorderLineStyle
MEDIUM
static BorderLineStyle
MEDIUM_DASHED
static BorderLineStyle
MEDIUM_DASH_DOT
static BorderLineStyle
MEDIUM_DASH_DOT_DOT
static BorderLineStyle
NONE
static BorderLineStyle
SLANTED_DASH_DOT
static BorderLineStyle
THICK
static BorderLineStyle
THIN

Method Summary

String
getDescription()
Gets the textual description
static BorderLineStyle
getStyle(int val)
Gets the alignment from the value
int
getValue()
Gets the value for this line style

Field Details

DASHED

public static final BorderLineStyle DASHED

DASH_DOT

public static final BorderLineStyle DASH_DOT

DASH_DOT_DOT

public static final BorderLineStyle DASH_DOT_DOT

DOTTED

public static final BorderLineStyle DOTTED

DOUBLE

public static final BorderLineStyle DOUBLE

HAIR

public static final BorderLineStyle HAIR

MEDIUM

public static final BorderLineStyle MEDIUM

MEDIUM_DASHED

public static final BorderLineStyle MEDIUM_DASHED

MEDIUM_DASH_DOT

public static final BorderLineStyle MEDIUM_DASH_DOT

MEDIUM_DASH_DOT_DOT

public static final BorderLineStyle MEDIUM_DASH_DOT_DOT

NONE

public static final BorderLineStyle NONE

SLANTED_DASH_DOT

public static final BorderLineStyle SLANTED_DASH_DOT

THICK

public static final BorderLineStyle THICK

THIN

public static final BorderLineStyle THIN

Method Details

getDescription

public String getDescription()
Gets the textual description

getStyle

public static BorderLineStyle getStyle(int val)
Gets the alignment from the value
Parameters:
val -
Returns:
the alignment with that value

getValue

public int getValue()
Gets the value for this line style
Returns:
the value