Uses of Class
org.sikuli.api.visual.element.ElementStyleSetter

Packages that use ElementStyleSetter
org.sikuli.api.visual Provides the classes to annotate the screen and display canvases (frames) on a screen region. 
org.sikuli.api.visual.element Provides classes to assist in creating different shapes to annotate the screen. 
 

Uses of ElementStyleSetter in org.sikuli.api.visual
 

Methods in org.sikuli.api.visual that return ElementStyleSetter
 ElementStyleSetter CanvasBuilder.RelativeToRegion.styleWith()
           
 

Uses of ElementStyleSetter in org.sikuli.api.visual.element
 

Methods in org.sikuli.api.visual.element that return ElementStyleSetter
 ElementStyleSetter ElementStyleSetter.backgroundColor(Color color)
          Sets the background color of this canvas element.
 ElementStyleSetter ElementStyleSetter.color(Color color)
          Sets the foreground color of this canvas element.
 ElementStyleSetter ElementStyleSetter.fontSize(float fontSize)
           
 ElementStyleSetter ElementStyleSetter.horizontalAlignmentCenter()
          Sets the horizontal alignment of this canvas element at the center.
 ElementStyleSetter ElementStyleSetter.horizontalAlignmentLeft()
          Sets the horizontal alignment of this canvas element on the left.
 ElementStyleSetter ElementStyleSetter.horizontalAlignmentRight()
          Sets the horizontal alignment of this canvas element on the right.
 ElementStyleSetter ElementStyleSetter.lineColor(Color color)
          Sets the line color of this canvas element.
 ElementStyleSetter ElementStyleSetter.lineWidth(int width)
          Sets the line width of this canvas element.
 ElementStyleSetter Element.styleWith()
           
 ElementStyleSetter ElementStyleSetter.transparency(float f)
          Sets the transparency (alpha component) value of this canvas element.
 ElementStyleSetter ElementStyleSetter.verticalAlignmentBottom()
          Sets the vertical alignment of this canvas element at the bottom.
 ElementStyleSetter ElementStyleSetter.verticalAlignmentMiddle()
          Sets the vertical alignment of this canvas element in the middle.
 ElementStyleSetter ElementStyleSetter.verticalAlignmentTop()
          Sets the vertical alignment of this canvas element at the top.
 ElementStyleSetter ElementStyleSetter.withFontSize(int size)
          Sets the font size color of this canvas element.
 



Copyright © 2014. All rights reserved.