Package | Description |
---|---|
net.sf.jett.model |
Provides value objects for JETT processing and enumerated objects for
things like style values.
|
Modifier and Type | Method | Description |
---|---|---|
BorderType |
Style.getBorderBottomType() |
Returns the bottom border type.
|
BorderType |
Style.getBorderLeftType() |
Returns the left border type.
|
BorderType |
Style.getBorderRightType() |
Returns the right border type.
|
BorderType |
Style.getBorderTopType() |
Returns the top border type.
|
static BorderType |
BorderType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BorderType[] |
BorderType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Style.setBorderBottomType(BorderType borderBottomType) |
Sets the bottom border type.
|
void |
Style.setBorderLeftType(BorderType borderLeftType) |
Sets the left border type.
|
void |
Style.setBorderRightType(BorderType borderRightType) |
Sets the right border type.
|
void |
Style.setBorderTopType(BorderType borderTopType) |
Sets the top border type.
|
Copyright © 2012–2018 Jett Team. All rights reserved.