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 |
---|---|---|
FillPattern |
Style.getFillPatternType() |
Returns the fill pattern type.
|
static FillPattern |
FillPattern.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FillPattern[] |
FillPattern.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Style.setFillPatternType(FillPattern fillPatternType) |
Sets the fill pattern type.
|
Copyright © 2012–2018 Jett Team. All rights reserved.