Interface Procedures

This class contains all the methods implemented for rainbow class.

Since

1.0


Package org.techous.rainbow
interface  Procedures

Methods


get( value )

public java.lang.String get( java.lang.String value )

this function will return the all the rainbow combinations


getFormat( format )

public java.lang.String getFormat( java.lang.String format )

Returns the format code you need to change the string format


getColor( color )

public java.lang.String getColor( java.lang.String color )

Returns the color code for changing text to colored text


getBG( background )

public java.lang.String getBG( java.lang.String background )

Returns the colored background code for coloring backgrounds








getBGString( background, str, end )

public java.lang.String getBGString( java.lang.String background, java.lang.String str, boolean end )

This function will generate the filled background string according to the background passed