public interface GraphicsNodeRable extends Filter
Modifier and Type | Method and Description |
---|---|
GraphicsNode |
getGraphicsNode()
Returns the GraphicsNode for which a rendering can be obtained
|
boolean |
getUsePrimitivePaint()
Returns true if this Rable get's it's contents by calling
primitivePaint on the associated GraphicsNode or
false if it uses paint.
|
void |
setGraphicsNode(GraphicsNode node)
Sets the GraphicsNode associated with this image.
|
void |
setUsePrimitivePaint(boolean usePrimitivePaint)
Set to true if this Rable should get it's contents by calling
primitivePaint on the associated GraphicsNode or false
if it should use paint.
|
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
GraphicsNode getGraphicsNode()
void setGraphicsNode(GraphicsNode node)
boolean getUsePrimitivePaint()
void setUsePrimitivePaint(boolean usePrimitivePaint)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.