Uses of Class
com.iizix.Position
Packages that use Position Package Description com.iizigo.image com.iizix com.iizix.prop com.iizix.prop.image com.iizix.term com.iizix.term.ee com.iizix.term.tn3270e com.iizix.term.tn5250e Uses of Position in com.iizigo.image
Fields in com.iizigo.image declared as Position Modifier and Type Field Description Position
AssetReferenceLocation. location
Methods in com.iizigo.image that return Position Modifier and Type Method Description Position
IEditedImageLocation. getLocation(T o)
Gets the location.Uses of Position in com.iizix
Methods in com.iizix with parameters of type Position Modifier and Type Method Description static int
Position. compare(Position p1, Position p2)
Compares to position by first X, then Y.boolean
Rect. isInside(Position p)
Checks if a position is inside.Constructors in com.iizix with parameters of type Position Constructor Description Position(Position p)
Constructs and initializes position.Uses of Position in com.iizix.prop
Methods in com.iizix.prop with parameters of type Position Modifier and Type Method Description boolean
GRect. isInside(Position p)
Checks if a position is inside.Uses of Position in com.iizix.prop.image
Methods in com.iizix.prop.image that return Position Modifier and Type Method Description Position
IImageLocation. getLocation()
Gets the location point for the image.Position
ImageLocation. getLocation()
Gets the location point for this property.Position
ImageStyleLocation. getLocation()
Gets the location point for this property.Uses of Position in com.iizix.term
Methods in com.iizix.term that return Position Modifier and Type Method Description Position
EmptyHostSession. getCursor()
Gets the current host cursor position.Position
HostSession. getCursor()
Gets the current host cursor position.Position
HostSessionPeer. getCursor()
Gets the current host cursor position.Position
HostScreen. getCursorAbsolute()
Gets the current absolute cursor position on the screen, without taking into account any current host pop-up window.Position
HostScreen. getCursorRelative()
Gets the current relative cursor position on the screen, taking into account any current host pop-up window.Uses of Position in com.iizix.term.ee
Methods in com.iizix.term.ee that return Position Modifier and Type Method Description Position
HostSessionEE. getCursor()
Gets the current host cursor position.Position
EEScreen. getCursorPos()
Gets the initial cursor position.Uses of Position in com.iizix.term.tn3270e
Methods in com.iizix.term.tn3270e that return Position Modifier and Type Method Description Position
HostSession3270. getCursor()
Gets the current host cursor position.Uses of Position in com.iizix.term.tn5250e
Methods in com.iizix.term.tn5250e that return Position Modifier and Type Method Description Position
HostSession5250. getCursor()
Gets the current host cursor position.