| Package | Description |
|---|---|
| org.sikuli.guide |
| Modifier and Type | Class and Description |
|---|---|
class |
SxAnchor |
class |
SxArea |
class |
SxArrow |
class |
SxBracket |
class |
SxButton |
class |
SxCallout |
class |
SxCircle |
class |
SxClickable |
class |
SxFlag |
class |
SxHotspot |
class |
SxImage |
class |
SxRectangle |
class |
SxSpotlight |
class |
SxText |
| Modifier and Type | Method and Description |
|---|---|
Visual |
Visual.above() |
Visual |
Visual.above(int y) |
Visual |
Guide.addBeam(Region r) |
Visual |
Guide.arrow(Object from,
Object to) |
Visual |
Visual.below() |
Visual |
Visual.below(int y) |
Visual |
Guide.bracket() |
Visual |
Guide.button(String name) |
Visual |
Guide.callout(String text) |
Visual |
Guide.circle() |
Visual |
Guide.flag(String text) |
Visual |
Visual.getLeader() |
Visual |
Guide.image(Object img) |
Visual |
Visual.left() |
Visual |
Visual.left(int x) |
Visual |
Guide.rectangle()
create a rectangle in this guide plane and add to front
|
Visual |
Visual.right() |
Visual |
Visual.right(int x) |
Visual |
Visual.setColor(Color color)
set the front and back color
|
Visual |
Visual.setColor(int r,
int g,
int b)
set the front and back color as (r, g, b) integer array
|
Visual |
Visual.setColors(Color all,
Color front,
Color back,
Color frame,
Color text)
set a Java Color for the component
not all components have all color options |
Visual |
Visual.setColors(int[] front,
int[] back,
int[] frame,
int[] text)
mainly for Jython layer: colors given as (r, g, b) integer array
|
Visual |
Visual.setFont(String font,
int fontSize) |
Visual |
SxFlag.setFont(String fontName,
int fsize) |
Visual |
Visual.setFontSize(int i) |
Visual |
Visual.setLayout(Visual.Layout lo) |
Visual |
Visual.setLocationRelative(Visual.Layout side) |
Visual |
Visual.setLocationRelativeToRegion(Region region,
Visual.Layout side) |
Visual |
SxFlag.setLocationRelativeToRegion(Region region,
Visual.Layout side) |
Visual |
SxCallout.setLocationRelativeToRegion(Region region,
Visual.Layout side) |
Visual |
SxBracket.setLocationRelativeToRegion(Region region,
Visual.Layout side) |
Visual |
Visual.setMaxWidth(int w) |
Visual |
Visual.setScale(float scale) |
Visual |
SxImage.setScale(float scale) |
Visual |
Visual.setStroke(int stk) |
<RCPS> Visual |
Visual.setTarget(RCPS target) |
Visual |
Visual.setText(String text) |
Visual |
SxFlag.setText(String text) |
Visual |
Visual.setTextColor(Color color)
set the text color
|
Visual |
Visual.setTextColor(int r,
int g,
int b)
set text color as (r, g, b) integer array
|
Visual |
Guide.text(String text) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Visual> |
Visual.getFollowers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Guide.addComponent(Visual comp,
int index) |
void |
Visual.addFollower(Visual sklComp) |
void |
SxArea.addLandmark(Visual comp) |
void |
Guide.addToFront(Visual comp) |
void |
Guide.addTracker(Pattern pattern,
Region r,
Visual c) |
static org.sikuli.guide.NewAnimator |
AnimationFactory.createCircleAnimation(Visual sklComponent,
Point origin,
float radius) |
static org.sikuli.guide.NewAnimator |
AnimationFactory.createOpacityAnimation(Visual sklComponent,
float sourceOpacity,
float targetOpacity) |
void |
Visual.removeFollower(Visual comp) |
void |
Tracker.setAnchor(Visual component) |
void |
Visual.setLocationRelativeToComponent(Visual leader) |
void |
Visual.setLocationRelativeToComponent(Visual comp,
float relativeX,
float relativeY) |
void |
Visual.setLocationRelativeToComponent(Visual comp,
int offsetx,
int offsety) |
void |
Visual.setLocationRelativeToComponent(Visual comp,
Visual.Layout side) |
| Modifier and Type | Method and Description |
|---|---|
void |
Guide.addTracker(Pattern pattern,
Region r,
ArrayList<Visual> components) |
| Constructor and Description |
|---|
Animator(Visual comp) |
ShadowRenderer(Visual source,
int shadowSize) |
SxArrow(Visual from,
Visual to) |
SxCircle(Visual comp) |
SxHotspot(Region region,
Visual text,
Guide g) |
SxRectangle(Visual comp) |
Copyright © 2017. All rights reserved.