Class Guide
java.lang.Object
com.inductiveautomation.ignition.designer.designable.Guide
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
int
int
boolean
isHover()
void
void
setHover
(boolean hover) void
setLocation
(int location)
-
Constructor Details
-
Guide
public Guide(int orientation, int location)
-
-
Method Details
-
getLocation
public int getLocation() -
setLocation
public void setLocation(int location) -
getOrientation
public int getOrientation() -
addChangeListener
-
removeChangeListener
-
fireChange
protected void fireChange() -
isHover
public boolean isHover() -
setHover
public void setHover(boolean hover)
-