Searched refs:getActor (Results 1 – 12 of 12) sorted by relevance
81 getActor().setColor(Color.GREEN); in create()86 getActor().setColor(Color.WHITE); in create()95 getActor().setColor(Color.RED); in create()100 getActor().setColor(Color.WHITE); in create()
57 moo5.getActor().addListener(new ClickListener() { in create()
65 …ancelTouchFocus && payload != null) source.getActor().getStage().cancelTouchFocusExcept(this, sour… in addSource()240 public Actor getActor () { in getActor() method in DragAndDrop.Source268 public Actor getActor () { in getActor() method in DragAndDrop.Target
55 return Math.min(manager.maxWidth, container.getActor().getGlyphLayout().width); in TextTooltip()65 container.getActor().setStyle(style.label); in setStyle()
67 public T getActor () { in getActor() method in Tooltip68 return container.getActor(); in getActor()
163 public T getActor () { in getActor() method in Container
500 public Actor getActor () { in getActor() method in Tree.Node
68 public T getActor () { in getActor() method in Cell
202 inline vtkSmartPointer<vtkActor> getActor(const Widget3D& widget) in getActor() function209 vtkSmartPointer<vtkMapper> mapper = getActor(widget)->GetMapper(); in getPolyData()
868 vtkSmartPointer<vtkActor> actor = getActor(image_widget); in WCameraPosition()900 vtkSmartPointer<vtkActor> actor = getActor(image_widget); in WCameraPosition()
67 public Actor getActor () { in getActor() method in Action
72 if (currentAction.getActor() != null && !currentAction.act(delta)) complete = false; in act()