|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.treemap.RenderingFactory
public class RenderingFactory
Factory class for accessing predefined rendering schemes.
| Field Summary | |
|---|---|
static Rendering |
CUSHION
Paint leaf nodes with a cushion effect. |
static Rendering |
FLAT
Paint leaf nodes according to their color and with a border around them. |
static Rendering |
FLAT_NO_BORDER
Paint leaf nodes with their color and without border. |
| Method Summary | |
|---|---|
void |
add(Rendering entry)
|
Rendering |
get(String name)
|
Rendering |
getDefault()
|
static RenderingFactory |
getInstance()
|
List<Rendering> |
getRenderings()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Rendering CUSHION
public static final Rendering FLAT
public static final Rendering FLAT_NO_BORDER
| Method Detail |
|---|
public static RenderingFactory getInstance()
public void add(Rendering entry)
public Rendering getDefault()
public List<Rendering> getRenderings()
public Rendering get(String name)
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||