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 PositionAssetReferenceLocation. locationMethods in com.iizigo.image that return Position Modifier and Type Method Description PositionIEditedImageLocation. 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 intPosition. compare(Position p1, Position p2)Compares to position by first X, then Y.booleanRect. 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 booleanGRect. 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 PositionIImageLocation. getLocation()Gets the location point for the image.PositionImageLocation. getLocation()Gets the location point for this property.PositionImageStyleLocation. 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 PositionEmptyHostSession. getCursor()Gets the current host cursor position.PositionHostSession. getCursor()Gets the current host cursor position.PositionHostSessionPeer. getCursor()Gets the current host cursor position.PositionHostScreen. getCursorAbsolute()Gets the current absolute cursor position on the screen, without taking into account any current host pop-up window.PositionHostScreen. 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 PositionHostSessionEE. getCursor()Gets the current host cursor position.PositionEEScreen. 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 PositionHostSession3270. 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 PositionHostSession5250. getCursor()Gets the current host cursor position.