| Package | com.yworks.graph.drawing.compat |
| Class | public class JavaNodeStyleRenderer |
| Inheritance | JavaNodeStyleRenderer AbstractNodeStyleRenderer AbstractStyleRenderer |
| Subclasses | JavaImageNodeStyleRenderer, JavaShapeNodeStyleRenderer |
JavaNodeStyle instances.
See also
| Method | Defined by | ||
|---|---|---|---|
![]() |
Returns a tight rectangular area where the whole rendering
would fit into.
| AbstractNodeStyleRenderer | |
![]() |
Configures the
style and item parameters,
calls configure and returns this. | AbstractStyleRenderer | |
![]() |
Configures the
style and item parameters,
does not call configure and returns this. | AbstractStyleRenderer | |
![]() |
Configures the
style and item parameters,
calls configure and returns this. | AbstractStyleRenderer | |
![]() |
getIntersection(innerX:Number, innerY:Number, outerX:Number, outerY:Number, intersectionPoint:IPointSetter):Boolean
Finds an intersection for the current
item using the style. | AbstractNodeStyleRenderer | |
![]() |
Configures the
style and item parameters,
calls configure and returns this. | AbstractStyleRenderer | |
![]() |
Returns the outline of the shape using the node's
layout. | AbstractNodeStyleRenderer | |
![]() |
Configures the
style and item parameters,
calls configure and returns this. | AbstractStyleRenderer | |
![]() |
Configures the
style and
item parameters,
calls | AbstractNodeStyleRenderer | |
![]() |
Installs the model in the canvas at the given group using the
styleDescriptor. | AbstractStyleRenderer | |
![]() |
isHit(x:Number, y:Number, ctx:ICanvasContext):Boolean
Hit tests the item by trying to apply the flash internal hit testing.
| AbstractNodeStyleRenderer | |
![]() |
Returns
true if the corresponding
item is considered to intersect the given rectangular box.This method may return false if the item cannot be
selected using a selection marquee or optionally if the
item is only partially contained within the box. | AbstractNodeStyleRenderer | |
![]() |
isInside(x:Number, y:Number):Boolean
Checks whether the given coordinate lies within the shape's geometric bounds.
| AbstractNodeStyleRenderer | |
![]() |
Calls
configure and tests the item using the style
for a visible intersection with the clip bounds. | AbstractStyleRenderer | |
![]() |
lookup(type:Class):Object
Implements the
ILookup interface. | AbstractStyleRenderer | |
|
Performs the actual painting into the given graphics context.
| JavaNodeStyleRenderer | ||
| Method | Defined by | ||
|---|---|---|---|
![]() |
configure():void
This is an empty implementation of the
AbstractStyleRenderer.configure
method. | AbstractNodeStyleRenderer | |
![]() |
Factory method for the StyleDescriptor property.
| AbstractNodeStyleRenderer | |
|
| JavaNodeStyleRenderer | ||
![]() |
setItem(item:IModelItem):void
Called by the various descriptor getters to initialize the item.
| AbstractStyleRenderer | |
![]() |
setStyle(style:IVisualStyle):void
Called by the various descriptor getters to initialize the style.
| AbstractStyleRenderer | |
| paint | () | method |
public override function paint(g:YGraphics, ctx:IPaintContext):voidPerforms the actual painting into the given graphics context.
Parametersg:YGraphics — The graphics context to paint into
|
|
ctx:IPaintContext — Currently not used
|
| paintNode | () | method |
protected function paintNode(g:YGraphics, ctx:IPaintContext):voidParameters
g:YGraphics |
|
ctx:IPaintContext |