Uses of Enum Class
dev.galasa.zos3270.spi.Colour
Packages that use Colour
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
- 
Uses of Colour in dev.galasa.zos3270
Methods in dev.galasa.zos3270 that return ColourModifier and TypeMethodDescriptionITerminal.retrieveColourAtCursor()Return the colour of the character at the cursor positionITerminal.retrieveColourAtPosition(int row, int col) Return the colour of the character at the cursor position - 
Uses of Colour in dev.galasa.zos3270.spi
Methods in dev.galasa.zos3270.spi that return ColourModifier and TypeMethodDescriptionBufferStartOfField.getBackgroundColour()Field.getBackgroundColour()static ColourColour.getColour(byte code) Screen.getColourAtPosition(int pos) BufferStartOfField.getForegroundColour()Field.getForegroundColour()Terminal.retrieveColourAtCursor()Terminal.retrieveColourAtPosition(int row, int col) static ColourReturns the enum constant of this class with the specified name.static Colour[]Colour.values()Returns an array containing the constants of this enum class, in the order they are declared.