| Package | Description |
|---|---|
| kg.apc.jmeter.gui |
| Modifier and Type | Method and Description |
|---|---|
ComponentBorder.Edge |
ComponentBorder.getEdge()
Get the Edge the component is positioned along
|
static ComponentBorder.Edge |
ComponentBorder.Edge.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentBorder.Edge[] |
ComponentBorder.Edge.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentBorder.setEdge(ComponentBorder.Edge edge)
Set the Edge the component is positioned along
|
| Constructor and Description |
|---|
ComponentBorder(JComponent component,
ComponentBorder.Edge edge)
Convenience constructor that uses the default alignment (CENTER).
|
ComponentBorder(JComponent component,
ComponentBorder.Edge edge,
float alignment)
Main constructor to create a ComponentBorder.
|
Copyright © 2016. All rights reserved.