| Package | com.yworks.graph.drawing |
| Class | public class TemplateNodeStyleRenderer |
| Inheritance | TemplateNodeStyleRenderer AbstractNodeStyleRenderer AbstractStyleRenderer Object |
| Implements | com.yworks.canvas.drawing.IDisplayObjectCreator, com.yworks.graph.drawing.IDisplayObjectLayoutUpdater |
TemplateNodeStyle.
| Method | Defined By | ||
|---|---|---|---|
Creates a new instance. | TemplateNodeStyleRenderer | ||
![]() | [override]
Returns a tight rectangular area where the whole rendering
would fit into. | AbstractNodeStyleRenderer | |
createDisplayObject(context:IDisplayObjectContext):DisplayObject | TemplateNodeStyleRenderer | ||
![]() |
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 configure and returns this. | AbstractNodeStyleRenderer | |
![]() |
Installs the model in the canvas at the given group using the styleDescriptor. | AbstractStyleRenderer | |
![]() | isHit(x:Number, y:Number, ctx:ICanvasContext):Boolean [override]
Hit tests the item by trying to apply the flash internal hit testing. | AbstractNodeStyleRenderer | |
![]() | [override]
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 [override]
Implements the ILookup interface. | TemplateNodeStyleRenderer | ||
![]() | [override]
Performs the actual painting into the given graphics context. | AbstractNodeStyleRenderer | |
updateDisplayObject(oldDisplayObject:DisplayObject, context:IDisplayObjectContext):DisplayObject | TemplateNodeStyleRenderer | ||
updateDisplayObjectLayout(displayObject:UIComponent, ctx:IDisplayObjectContext):void | TemplateNodeStyleRenderer | ||
| TemplateNodeStyleRenderer | () | Constructor |
public function TemplateNodeStyleRenderer()Creates a new instance.
| createDisplayObject | () | method |
public function createDisplayObject(context:IDisplayObjectContext):DisplayObject
Parameters
context:IDisplayObjectContext |
DisplayObject |
| lookup | () | method |
override public function lookup(type:Class):Object
Implements the ILookup interface.
This method will be used by default if getContext has been queried for a
lookup implementation.
Note that it cannot be assumed that configure has already been invoked.
However, normally item and style will be correctly configured
if invoked directly after getContext.
Subclass implementations should make sure to configure this instance before they return this as a result
of a successful lookup.
Parameters
type:Class — The type to query for
|
Object — An implementation of the given type or null
|
| updateDisplayObject | () | method |
public function updateDisplayObject(oldDisplayObject:DisplayObject, context:IDisplayObjectContext):DisplayObject
Parameters
oldDisplayObject:DisplayObject | |
context:IDisplayObjectContext |
DisplayObject |
| updateDisplayObjectLayout | () | method |
public function updateDisplayObjectLayout(displayObject:UIComponent, ctx:IDisplayObjectContext):void
Parameters
displayObject:UIComponent | |
ctx:IDisplayObjectContext |