org.sikuli.api.visual.element
Class BoxElement

java.lang.Object
  extended by org.sikuli.api.visual.element.Element
      extended by org.sikuli.api.visual.element.BoxElement

public class BoxElement
extends Element


Nested Class Summary
 
Nested classes/interfaces inherited from class org.sikuli.api.visual.element.Element
Element.HorizontalAlignment, Element.Listener, Element.VerticalAlignment
 
Field Summary
 
Fields inherited from class org.sikuli.api.visual.element.Element
height, horizontalAlignment, verticalAlignment, width, x, y
 
Constructor Summary
BoxElement()
           
 
Method Summary
 void setColor(Color color)
          Sets the color of this Element
 
Methods inherited from class org.sikuli.api.visual.element.Element
addListener, createPNode, getBackgroundColor, getColor, getFontSize, getLineColor, getLineWidth, getTransparency, removeListener, setBackgroundColor, setFontSize, setLineColor, setLineWidth, setLocation, setTransparency, styleWith
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxElement

public BoxElement()
Method Detail

setColor

public void setColor(Color color)
Description copied from class: Element
Sets the color of this Element

Overrides:
setColor in class Element


Copyright © 2014. All rights reserved.