|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.cbse.jeasy.JEObject
de.cbse.jeasy.JETexturePaint
public class JETexturePaint
Implements a TexturePaint.
See a demonstration in the program JEasyExample tab "Java2D".
Properties :
The image object is free to substitute a different filter that performs the same algorithm yet
integrates more efficiently into the image infrastructure supplied by the toolkit.
The Image object is free to substitute a different filter that performs the same algorithm yet integrates more efficiently
into the imaging infrastructure supplied by the toolkit.
| Field Summary | |
|---|---|
(package private) java.awt.image.BufferedImage |
bi
|
(package private) java.awt.Image |
img
|
(package private) java.awt.TexturePaint |
tx
|
| Constructor Summary | |
|---|---|
JETexturePaint()
|
|
JETexturePaint(JELocaleProperties hm)
Reads the properties from a HashMap |
|
JETexturePaint(JENode jen)
Constructor based on a XML file parsed to a TreeNode. |
|
| Method Summary | |
|---|---|
java.awt.TexturePaint |
getTexturePaint(java.awt.Component co)
|
void |
init()
Creates Java or SWING objects with the given properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.awt.TexturePaint tx
java.awt.image.BufferedImage bi
java.awt.Image img
| Constructor Detail |
|---|
public JETexturePaint(JELocaleProperties hm)
hm - HashMappublic JETexturePaint(JENode jen)
jen - JESaxParserpublic JETexturePaint()
| Method Detail |
|---|
public void init()
JEObject
init in class JEObjectpublic java.awt.TexturePaint getTexturePaint(java.awt.Component co)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||