Uses of Class
org.sikuli.api.visual.StyleBuilder

Packages that use StyleBuilder
org.sikuli.api.visual Provides the classes to annotate the screen and display canvases (frames) on a screen region. 
 

Uses of StyleBuilder in org.sikuli.api.visual
 

Methods in org.sikuli.api.visual that return StyleBuilder
 StyleBuilder Canvas.addBox(Region screenRegion)
          Deprecated. 
 StyleBuilder Canvas.addCircle(Location screenLocation, int radius)
          Deprecated. 
 StyleBuilder Canvas.addDot(Location screenLocation)
          Deprecated. 
 StyleBuilder Canvas.addImage(Location screenLocation, BufferedImage image)
          Deprecated. 
 StyleBuilder Canvas.addLabel(Location location, String labelText)
          Deprecated. 
 StyleBuilder Canvas.addLabel(Region region, String labelText)
          Deprecated. 
 StyleBuilder StyleBuilder.withBackgroundColor(Color color)
          Sets the background color of this canvas element.
 StyleBuilder StyleBuilder.withColor(Color color)
          Sets the foreground color of this canvas element.
 StyleBuilder StyleBuilder.withFontSize(int size)
          Sets the font size color of this canvas element.
 StyleBuilder StyleBuilder.withHorizontalAlignmentCenter()
          Sets the horizontal alignment of this canvas element at the center.
 StyleBuilder StyleBuilder.withHorizontalAlignmentLeft()
          Sets the horizontal alignment of this canvas element on the left.
 StyleBuilder StyleBuilder.withHorizontalAlignmentRight()
          Sets the horizontal alignment of this canvas element on the right.
 StyleBuilder StyleBuilder.withLineColor(Color color)
          Sets the line color of this canvas element.
 StyleBuilder StyleBuilder.withLineWidth(int width)
          Sets the line width of this canvas element.
 StyleBuilder StyleBuilder.withTransparency(float f)
          Sets the transparency (alpha component) value of this canvas element.
 StyleBuilder StyleBuilder.withVerticalAlignmentBottom()
          Sets the vertical alignment of this canvas element at the bottom.
 StyleBuilder StyleBuilder.withVerticalAlignmentMiddle()
          Sets the vertical alignment of this canvas element in the middle.
 StyleBuilder StyleBuilder.withVerticalAlignmentTop()
          Sets the vertical alignment of this canvas element at the top.
 



Copyright © 2014. All rights reserved.