OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.type.AQColor

Packages that use AQColor
com.aquafold.openapi.data   
com.aquafold.openapi.type   
 

Uses of AQColor in com.aquafold.openapi.data
 

Methods in com.aquafold.openapi.data with parameters of type AQColor
 void AQExcelSpreadsheet.setCell(int row, int column, Object value, AQFont font, AQColor backgroundColor, AQColor foregroundColor)
          Sets the cell value, font, background color and foreground color at the specified row and column in the current worksheet.
 

Uses of AQColor in com.aquafold.openapi.type
 

Methods in com.aquafold.openapi.type that return AQColor
 AQColor AQColor.brighter()
          Creates a new AQColor that is a brighter version of this AQColor.
 AQColor AQColor.darker()
          Creates a new AQColor that is a darker version of this AQColor.
 AQColor AQColorFactory.getBlack()
          Returns the color black.
 AQColor AQColorFactory.getBlue()
          Returns the color blue.
 AQColor AQColorFactory.getCyan()
          Returns the color cyan.
 AQColor AQColorFactory.getDarkGray()
          Returns the color dark gray.
 AQColor AQColorFactory.getGray()
          Returns the color gray.
 AQColor AQColorFactory.getGreen()
          Returns the color green.
 AQColor AQColorFactory.getLightGray()
          Returns the color light gray.
 AQColor AQColorFactory.getMagenta()
          Returns the color magenta.
 AQColor AQColorFactory.getOrange()
          Returns the color orange.
 AQColor AQColorFactory.getPink()
          Returns the color pink.
 AQColor AQColorFactory.getRed()
          Returns the color red.
 AQColor AQColorFactory.getWhite()
          Returns the color white.
 AQColor AQColorFactory.getYellow()
          Returns the color yellow.
 AQColor AQColorFactory.newColor(int rgb)
          Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
 AQColor AQColorFactory.newColor(int rgba, boolean hasAlpha)
          Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
 AQColor AQColorFactory.newColor(int r, int g, int b)
          Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
 AQColor AQColorFactory.newColor(int r, int g, int b, int a)
          Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
 AQColor AQColorFactory.newColorFloat(float r, float g, float b)
          Creates an opaque sRGB color with the specified red, green, and blue values in the range (0.0 - 1.0).
 AQColor AQColorFactory.newColorFloat(float r, float g, float b, float a)
          Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.