Module maps :: Class ASEdge
[hide private]
[frames] | no frames]

Class ASEdge

source code

               object --+                
                        |                
cocos.cocosnode.CocosNode --+            
                            |            
            cocos.draw.Canvas --+        
                                |        
                  cocos.draw.Line --+    
                                    |    
                                 Edge --+
                                        |
                                       ASEdge

Instance Methods [hide private]
 
__init__(self, sourcePoint, destPoint, sourceV, destV, color, strokeWidth=AS_EDGE_WIDTH, visible=False, speed=0.1)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from cocos.draw.Line: render

Inherited from cocos.draw.Canvas: build_vbo, draw, endcap, free, line_to, move_to, on_exit, pop, push, rotate, set_color, set_endcap, set_join, set_stroke_width, translate

Inherited from cocos.cocosnode.CocosNode: __contains__, add, are_actions_running, do, get, get_ancestor, get_children, get_local_inverse, get_local_transform, get_world_inverse, get_world_transform, kill, on_enter, pause, pause_scheduler, point_to_local, point_to_world, remove, remove_action, resume, resume_scheduler, schedule, schedule_interval, stop, transform, unschedule, visit, walk

Inherited from cocos.cocosnode.CocosNode (private): _get_parent, _get_position, _get_rotation, _get_scale, _get_x, _get_y, _remove, _set_parent, _set_position, _set_rotation, _set_scale, _set_x, _set_y, _step

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from cocos.draw.Line: color, end, start, stroke_width

Inherited from cocos.cocosnode.CocosNode: anchor, anchor_x, anchor_y, parent, position, rotation, scale, transform_anchor, x, y

Instance Variables [hide private]

Inherited from cocos.cocosnode.CocosNode: is_running, scheduled_calls, scheduled_interval_calls

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, sourcePoint, destPoint, sourceV, destV, color, strokeWidth=AS_EDGE_WIDTH, visible=False, speed=0.1)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)