Package | Description |
---|---|
org.apache.fop.traits |
Trait classes and other supporting data structures.
|
Modifier and Type | Method and Description |
---|---|
BorderProps.Mode |
BorderProps.getMode() |
static BorderProps.Mode |
BorderProps.Mode.valueOf(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 and Description |
---|---|
static BorderProps |
BorderProps.makeRectangular(int style,
int width,
Color color,
BorderProps.Mode mode)
Factory method for a new BorderProps instance with rectangular corners.
|
Constructor and Description |
---|
BorderProps(int style,
int width,
int radiusStart,
int radiusEnd,
Color color,
BorderProps.Mode mode)
Constructs a new BorderProps instance.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.