org.sikuli.api.visual.element
Class DotElement

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

public class DotElement
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
DotElement()
           
 
Method Summary
 void setLineColor(Color color)
          Sets the line color of this Element.
 
Methods inherited from class org.sikuli.api.visual.element.Element
addListener, createPNode, getBackgroundColor, getColor, getFontSize, getLineColor, getLineWidth, getTransparency, removeListener, setBackgroundColor, setColor, setFontSize, setLineWidth, setLocation, setTransparency, styleWith
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotElement

public DotElement()
Method Detail

setLineColor

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

Overrides:
setLineColor in class Element
Parameters:
color - the specified the line color.


Copyright © 2014. All rights reserved.