Package | Description |
---|---|
org.apache.fop.traits |
Trait classes and other supporting data structures.
|
Modifier and Type | Method | Description |
---|---|---|
static BorderProps.Mode |
BorderProps.Mode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BorderProps.Mode[] |
BorderProps.Mode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static BorderProps |
BorderProps.makeRectangular(int style,
int width,
java.awt.Color color,
BorderProps.Mode mode) |
Factory method for a new BorderProps instance with rectangular corners.
|
Constructor | Description |
---|---|
BorderProps(int style,
int width,
int radiusStart,
int radiusEnd,
java.awt.Color color,
BorderProps.Mode mode) |
Constructs a new BorderProps instance.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.