org.ojalgo.type.colour
Class Palette

java.lang.Object
  extended by org.ojalgo.type.colour.Palette

Deprecated. v31 Will be removed or seriously refactored

@Deprecated
public class Palette
extends Object

Author:
apete

Field Summary
static Colour BLACK
          Deprecated.  
static Colour BLUE
          Deprecated.  
static Colour CYAN
          Deprecated.  
static Colour DARK_BLUE
          Deprecated.  
static Colour DARK_CYAN
          Deprecated.  
static Colour DARK_GRAY
          Deprecated.  
static Colour DARK_GREEN
          Deprecated.  
static Colour DARK_MAGENTA
          Deprecated.  
static Colour DARK_RED
          Deprecated.  
static Colour DARK_YELLOW
          Deprecated.  
static Colour GRAY
          Deprecated.  
static Colour GREEN
          Deprecated.  
static Colour LIGHT_BLUE
          Deprecated.  
static Colour LIGHT_CYAN
          Deprecated.  
static Colour LIGHT_GRAY
          Deprecated.  
static Colour LIGHT_GREEN
          Deprecated.  
static Colour LIGHT_MAGENTA
          Deprecated.  
static Colour LIGHT_RED
          Deprecated.  
static Colour LIGHT_YELLOW
          Deprecated.  
static Colour MAGENTA
          Deprecated.  
static Colour ORANGE
          Deprecated.  
static Colour PALE_BLUE
          Deprecated.  
static Colour PALE_CYAN
          Deprecated.  
static Colour PALE_GREEN
          Deprecated.  
static Colour PALE_MAGENTA
          Deprecated.  
static Colour PALE_RED
          Deprecated.  
static Colour PALE_YELLOW
          Deprecated.  
static Colour PINK
          Deprecated.  
static Colour RED
          Deprecated.  
static Colour VERY_DARK_BLUE
          Deprecated.  
static Colour VERY_DARK_CYAN
          Deprecated.  
static Colour VERY_DARK_GREEN
          Deprecated.  
static Colour VERY_DARK_MAGENTA
          Deprecated.  
static Colour VERY_DARK_RED
          Deprecated.  
static Colour VERY_DARK_YELLOW
          Deprecated.  
static Colour VERY_LIGHT_BLUE
          Deprecated.  
static Colour VERY_LIGHT_CYAN
          Deprecated.  
static Colour VERY_LIGHT_GREEN
          Deprecated.  
static Colour VERY_LIGHT_MAGENTA
          Deprecated.  
static Colour VERY_LIGHT_RED
          Deprecated.  
static Colour VERY_LIGHT_YELLOW
          Deprecated.  
static Colour WHITE
          Deprecated.  
static Colour YELLOW
          Deprecated.  
 
Method Summary
 Colour getBlack()
          Deprecated.  
 Colour getBlue()
          Deprecated.  
 Colour getCyan()
          Deprecated.  
 Colour getDarkBlue()
          Deprecated.  
 Colour getDarkCyan()
          Deprecated.  
 Colour getDarkGray()
          Deprecated.  
 Colour getDarkGreen()
          Deprecated.  
 Colour getDarkMagenta()
          Deprecated.  
 Colour getDarkRed()
          Deprecated.  
 Colour getDarkYellow()
          Deprecated.  
 Colour getGray()
          Deprecated.  
 Colour getGreen()
          Deprecated.  
static Palette getInstance()
          Deprecated.  
 Colour getLightBlue()
          Deprecated.  
 Colour getLightCyan()
          Deprecated.  
 Colour getLightGray()
          Deprecated.  
 Colour getLightGreen()
          Deprecated.  
 Colour getLightMagenta()
          Deprecated.  
 Colour getLightRed()
          Deprecated.  
 Colour getLightYellow()
          Deprecated.  
 Colour getMagenta()
          Deprecated.  
 Colour getMediumBlue()
          Deprecated.  
 Colour getMediumCyan()
          Deprecated.  
 Colour getMediumGray()
          Deprecated.  
 Colour getMediumGreen()
          Deprecated.  
 Colour getMediumMagenta()
          Deprecated.  
 Colour getMediumRed()
          Deprecated.  
 Colour getMediumYellow()
          Deprecated.  
 Colour getOrange()
          Deprecated.  
 Colour getPaleBlue()
          Deprecated.  
 Colour getPaleCyan()
          Deprecated.  
 Colour getPaleGreen()
          Deprecated.  
 Colour getPaleMagenta()
          Deprecated.  
 Colour getPaleRed()
          Deprecated.  
 Colour getPaleYellow()
          Deprecated.  
 Colour getPink()
          Deprecated.  
 Colour getRed()
          Deprecated.  
 Colour getVeryDarkBlue()
          Deprecated.  
 Colour getVeryDarkCyan()
          Deprecated.  
 Colour getVeryDarkGreen()
          Deprecated.  
 Colour getVeryDarkMagenta()
          Deprecated.  
 Colour getVeryDarkRed()
          Deprecated.  
 Colour getVeryDarkYellow()
          Deprecated.  
 Colour getVeryLightBlue()
          Deprecated.  
 Colour getVeryLightCyan()
          Deprecated.  
 Colour getVeryLightGreen()
          Deprecated.  
 Colour getVeryLightMagenta()
          Deprecated.  
 Colour getVeryLightRed()
          Deprecated.  
 Colour getVeryLightYellow()
          Deprecated.  
 Colour getWhite()
          Deprecated.  
 Colour getYellow()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLACK

public static final Colour BLACK
Deprecated. 

BLUE

public static final Colour BLUE
Deprecated. 

CYAN

public static final Colour CYAN
Deprecated. 

DARK_BLUE

public static final Colour DARK_BLUE
Deprecated. 

DARK_CYAN

public static final Colour DARK_CYAN
Deprecated. 

DARK_GRAY

public static final Colour DARK_GRAY
Deprecated. 

DARK_GREEN

public static final Colour DARK_GREEN
Deprecated. 

DARK_MAGENTA

public static final Colour DARK_MAGENTA
Deprecated. 

DARK_RED

public static final Colour DARK_RED
Deprecated. 

DARK_YELLOW

public static final Colour DARK_YELLOW
Deprecated. 

GRAY

public static final Colour GRAY
Deprecated. 

GREEN

public static final Colour GREEN
Deprecated. 

LIGHT_BLUE

public static final Colour LIGHT_BLUE
Deprecated. 

LIGHT_CYAN

public static final Colour LIGHT_CYAN
Deprecated. 

LIGHT_GRAY

public static final Colour LIGHT_GRAY
Deprecated. 

LIGHT_GREEN

public static final Colour LIGHT_GREEN
Deprecated. 

LIGHT_MAGENTA

public static final Colour LIGHT_MAGENTA
Deprecated. 

LIGHT_RED

public static final Colour LIGHT_RED
Deprecated. 

LIGHT_YELLOW

public static final Colour LIGHT_YELLOW
Deprecated. 

MAGENTA

public static final Colour MAGENTA
Deprecated. 

ORANGE

public static final Colour ORANGE
Deprecated. 

PALE_BLUE

public static final Colour PALE_BLUE
Deprecated. 

PALE_CYAN

public static final Colour PALE_CYAN
Deprecated. 

PALE_GREEN

public static final Colour PALE_GREEN
Deprecated. 

PALE_MAGENTA

public static final Colour PALE_MAGENTA
Deprecated. 

PALE_RED

public static final Colour PALE_RED
Deprecated. 

PALE_YELLOW

public static final Colour PALE_YELLOW
Deprecated. 

PINK

public static final Colour PINK
Deprecated. 

RED

public static final Colour RED
Deprecated. 

VERY_DARK_BLUE

public static final Colour VERY_DARK_BLUE
Deprecated. 

VERY_DARK_CYAN

public static final Colour VERY_DARK_CYAN
Deprecated. 

VERY_DARK_GREEN

public static final Colour VERY_DARK_GREEN
Deprecated. 

VERY_DARK_MAGENTA

public static final Colour VERY_DARK_MAGENTA
Deprecated. 

VERY_DARK_RED

public static final Colour VERY_DARK_RED
Deprecated. 

VERY_DARK_YELLOW

public static final Colour VERY_DARK_YELLOW
Deprecated. 

VERY_LIGHT_BLUE

public static final Colour VERY_LIGHT_BLUE
Deprecated. 

VERY_LIGHT_CYAN

public static final Colour VERY_LIGHT_CYAN
Deprecated. 

VERY_LIGHT_GREEN

public static final Colour VERY_LIGHT_GREEN
Deprecated. 

VERY_LIGHT_MAGENTA

public static final Colour VERY_LIGHT_MAGENTA
Deprecated. 

VERY_LIGHT_RED

public static final Colour VERY_LIGHT_RED
Deprecated. 

VERY_LIGHT_YELLOW

public static final Colour VERY_LIGHT_YELLOW
Deprecated. 

WHITE

public static final Colour WHITE
Deprecated. 

YELLOW

public static final Colour YELLOW
Deprecated. 
Method Detail

getInstance

public static Palette getInstance()
Deprecated. 

getBlack

public Colour getBlack()
Deprecated. 

getBlue

public Colour getBlue()
Deprecated. 

getCyan

public Colour getCyan()
Deprecated. 

getDarkBlue

public Colour getDarkBlue()
Deprecated. 

getDarkCyan

public Colour getDarkCyan()
Deprecated. 

getDarkGray

public Colour getDarkGray()
Deprecated. 

getDarkGreen

public Colour getDarkGreen()
Deprecated. 

getDarkMagenta

public Colour getDarkMagenta()
Deprecated. 

getDarkRed

public Colour getDarkRed()
Deprecated. 

getDarkYellow

public Colour getDarkYellow()
Deprecated. 

getGray

public Colour getGray()
Deprecated. 

getGreen

public Colour getGreen()
Deprecated. 

getLightBlue

public Colour getLightBlue()
Deprecated. 

getLightCyan

public Colour getLightCyan()
Deprecated. 

getLightGray

public Colour getLightGray()
Deprecated. 

getLightGreen

public Colour getLightGreen()
Deprecated. 

getLightMagenta

public Colour getLightMagenta()
Deprecated. 

getLightRed

public Colour getLightRed()
Deprecated. 

getLightYellow

public Colour getLightYellow()
Deprecated. 

getMagenta

public Colour getMagenta()
Deprecated. 

getMediumBlue

public Colour getMediumBlue()
Deprecated. 

getMediumCyan

public Colour getMediumCyan()
Deprecated. 

getMediumGray

public Colour getMediumGray()
Deprecated. 

getMediumGreen

public Colour getMediumGreen()
Deprecated. 

getMediumMagenta

public Colour getMediumMagenta()
Deprecated. 

getMediumRed

public Colour getMediumRed()
Deprecated. 

getMediumYellow

public Colour getMediumYellow()
Deprecated. 

getOrange

public Colour getOrange()
Deprecated. 

getPaleBlue

public Colour getPaleBlue()
Deprecated. 

getPaleCyan

public Colour getPaleCyan()
Deprecated. 

getPaleGreen

public Colour getPaleGreen()
Deprecated. 

getPaleMagenta

public Colour getPaleMagenta()
Deprecated. 

getPaleRed

public Colour getPaleRed()
Deprecated. 

getPaleYellow

public Colour getPaleYellow()
Deprecated. 

getPink

public Colour getPink()
Deprecated. 

getRed

public Colour getRed()
Deprecated. 

getVeryDarkBlue

public Colour getVeryDarkBlue()
Deprecated. 

getVeryDarkCyan

public Colour getVeryDarkCyan()
Deprecated. 

getVeryDarkGreen

public Colour getVeryDarkGreen()
Deprecated. 

getVeryDarkMagenta

public Colour getVeryDarkMagenta()
Deprecated. 

getVeryDarkRed

public Colour getVeryDarkRed()
Deprecated. 

getVeryDarkYellow

public Colour getVeryDarkYellow()
Deprecated. 

getVeryLightBlue

public Colour getVeryLightBlue()
Deprecated. 

getVeryLightCyan

public Colour getVeryLightCyan()
Deprecated. 

getVeryLightGreen

public Colour getVeryLightGreen()
Deprecated. 

getVeryLightMagenta

public Colour getVeryLightMagenta()
Deprecated. 

getVeryLightRed

public Colour getVeryLightRed()
Deprecated. 

getVeryLightYellow

public Colour getVeryLightYellow()
Deprecated. 

getWhite

public Colour getWhite()
Deprecated. 

getYellow

public Colour getYellow()
Deprecated.