|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CombiningRendererInterface
Interface for combining with other objects. For example, a renderer may combine with another renderer by using the second renderer as a backup of some kind or by combining styles.
Method Summary | |
---|---|
boolean |
combineWith(java.lang.Object obj)
Combine with another object. |
boolean |
isCombining()
Determine if this object currently allows combining. |
Method Detail |
---|
boolean combineWith(java.lang.Object obj)
obj
- The object to be combined.
boolean isCombining()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |