class EtchedBorderFactory
extends SwingBorderFactory
Factory for creating etched borders.
| Type | Name and description |
|---|---|
int |
typeEtch type used when creating borders. |
| Constructor and description |
|---|
EtchedBorderFactory(int newType)Creates a new factory for creating etched borders |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Object |
newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)Creates the node handled by this factory. |
| Methods inherited from class | Name |
|---|---|
class SwingBorderFactory |
isLeaf, onHandleNodeAttributes, setParent |
class AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
Creates a new factory for creating etched borders
newType - the border type constantCreates the node handled by this factory.
builder - the factory buildername - the node namevalue - the node valueattributes - the node attributesCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.