A B C D E G H J L O P R S T U 
All Classes All Packages

A

a - Variable in class com.inet.lib.less.HSL
 
alpha(double) - Static method in class com.inet.lib.less.ColorUtils
Get the alpha value from a color value
append(char) - Method in class com.inet.lib.less.CssFormatter
Append a single character to the output.
append(double) - Method in class com.inet.lib.less.CssFormatter
Append a decimal number to the output.
append(String) - Method in class com.inet.lib.less.CssFormatter
Append a string to the output.
appendColor(double, String) - Method in class com.inet.lib.less.CssFormatter
Append a color.
appendHex(int, int) - Method in class com.inet.lib.less.CssFormatter
Append an hex value to the output.
appendTo(CssFormatter) - Method in class com.inet.lib.less.Expression
appendTo(CssFormatter) - Method in class com.inet.lib.less.JavaScriptExpression
appendTo(CssFormatter, List<Expression>) - Method in interface com.inet.lib.less.CustomLessFunction
Append this custom function to formatter
appendValue(double, String) - Method in class com.inet.lib.less.CssFormatter
Append a value with a unit.
argb(double) - Static method in class com.inet.lib.less.ColorUtils
Convert an color value as long into integer color value

B

blue(double) - Static method in class com.inet.lib.less.ColorUtils
Get the blue value from a color value
booleanValue(CssFormatter) - Method in class com.inet.lib.less.Expression
Get the boolean value
booleanValue(CssFormatter) - Method in class com.inet.lib.less.JavaScriptExpression
Get the boolean value

C

ColorUtils - Class in com.inet.lib.less
Some methods for calculating colors.
ColorUtils() - Constructor for class com.inet.lib.less.ColorUtils
 
com.inet.lib.less - package com.inet.lib.less
 
compile(File, boolean) - Static method in class com.inet.lib.less.Less
Compile the less data from a file.
compile(File, boolean, ReaderFactory) - Static method in class com.inet.lib.less.Less
Compile the less data from a file.
compile(URL, String, boolean) - Static method in class com.inet.lib.less.Less
Compile the less data from a string.
compile(URL, String, boolean, ReaderFactory) - Static method in class com.inet.lib.less.Less
Compile the less data from a string.
compile(URL, String, Map<String, String>) - Static method in class com.inet.lib.less.Less
Compile the less data from a string.
compile(URL, String, Map<String, String>, ReaderFactory) - Static method in class com.inet.lib.less.Less
Compile the less data from a string.
COMPRESS - Static variable in class com.inet.lib.less.Less
Key for compress option. true, if the CSS data should be compressed without any extra formating characters.
create(URL) - Method in class com.inet.lib.less.ReaderFactory
Create a Reader for the given URL.
CssFormatter - Class in com.inet.lib.less
A formatter for the CSS output.
CustomLessFunction - Interface in com.inet.lib.less
Interface to simple extends the less syntax with exotic functions without forking the JLessC project.

D

doubleValue(CssFormatter) - Method in class com.inet.lib.less.Expression
Get the numeric value.
doubleValue(CssFormatter) - Method in class com.inet.lib.less.JavaScriptExpression
Get the numeric value.

E

equals(Object) - Method in class com.inet.lib.less.LessFilePosition
Expression - Class in com.inet.lib.less
Base expression with value formating.

G

getBaseURL() - Method in class com.inet.lib.less.CssFormatter
Get the URL of the top less file.
getColor(Expression, CssFormatter) - Static method in class com.inet.lib.less.ColorUtils
Get the color value of the expression or fire an exception if not a color.
getColumn() - Method in class com.inet.lib.less.LessFilePosition
Get the column in the source file.
getDataType(CssFormatter) - Method in class com.inet.lib.less.Expression
The data type of the expression
getDataType(CssFormatter) - Method in class com.inet.lib.less.JavaScriptExpression
The data type of the expression
getFilename() - Method in class com.inet.lib.less.LessFilePosition
Get the file name.
getLine() - Method in class com.inet.lib.less.LessFilePosition
Get the line in the source file
getMessage() - Method in exception com.inet.lib.less.LessException
The message plus the less file stacktrace.
getOriginalMessage() - Method in exception com.inet.lib.less.LessException
The message without stacktrace.
getPositions() - Method in exception com.inet.lib.less.LessException
Get the less file stacktrace
getType() - Method in class com.inet.lib.less.Expression
green(double) - Static method in class com.inet.lib.less.ColorUtils
Get the green value from a color value

H

h - Variable in class com.inet.lib.less.HSL
 
hashCode() - Method in class com.inet.lib.less.LessFilePosition
HSL - Class in com.inet.lib.less
A HSL color value.
HSL(double, double, double, double) - Constructor for class com.inet.lib.less.HSL
Create a new color value.
hsla(HSL) - Static method in class com.inet.lib.less.ColorUtils
Create a color value.

J

JavaScriptExpression - Class in com.inet.lib.less
An expression with JavaScript.
JavaScriptObject - Class in com.inet.lib.less
Wrapper class to accessible a variable through scripting engine.

L

l - Variable in class com.inet.lib.less.HSL
 
Less - Class in com.inet.lib.less
The main class of JLessC library.
Less() - Constructor for class com.inet.lib.less.Less
 
LessException - Exception in com.inet.lib.less
A exception that occur if some can not parse or converted.
LessException(String) - Constructor for exception com.inet.lib.less.LessException
Constructs a new less exception with the specified detail message.
LessException(String, Throwable) - Constructor for exception com.inet.lib.less.LessException
Constructs a new runtime exception with the specified detail message and cause.
LessException(Throwable) - Constructor for exception com.inet.lib.less.LessException
Constructs a new runtime exception with the specified cause.
LessFilePosition - Class in com.inet.lib.less
the Position of an error in a less file
LessFilePosition(String, int, int) - Constructor for class com.inet.lib.less.LessFilePosition
filename may be null to indicate a file name is unavailable
listValue(CssFormatter) - Method in class com.inet.lib.less.Expression
Get the value as a list
listValue(CssFormatter) - Method in class com.inet.lib.less.JavaScriptExpression
Get the value as a list

O

openStream(URL) - Method in class com.inet.lib.less.ReaderFactory
Open an InputStream for the given URL.
openStream(URL, String, String) - Method in class com.inet.lib.less.ReaderFactory
Open an InputStream for the given URL.

P

prepare(CssFormatter) - Method in class com.inet.lib.less.Expression

R

ReaderFactory - Class in com.inet.lib.less
A factory to create a reader and streams for parsing.
ReaderFactory() - Constructor for class com.inet.lib.less.ReaderFactory
 
red(double) - Static method in class com.inet.lib.less.ColorUtils
Get the red value from a color value
registerCustomFunction(String, CustomLessFunction) - Static method in class com.inet.lib.less.Less
Register a custom less function.
REWRITE_URLS - Static variable in class com.inet.lib.less.Less
Rewrites URLs to make them relative to the base less file.
rgb(int, int, int) - Static method in class com.inet.lib.less.ColorUtils
Create an color value.
rgba(double, double, double, double) - Static method in class com.inet.lib.less.ColorUtils
Create a color from rgba values
rgba(int, int, int, double) - Static method in class com.inet.lib.less.ColorUtils
Create an color value.

S

s - Variable in class com.inet.lib.less.HSL
 
stringValue(CssFormatter) - Method in class com.inet.lib.less.Expression
Get the string value

T

toHSL(double) - Static method in class com.inet.lib.less.ColorUtils
Create a HSL color.
toJS() - Method in class com.inet.lib.less.JavaScriptObject
Unwrap method.
toString() - Method in class com.inet.lib.less.Expression
toString() - Method in class com.inet.lib.less.JavaScriptObject
toString() - Method in class com.inet.lib.less.LessFilePosition

U

unit(CssFormatter) - Method in class com.inet.lib.less.Expression
Get the unit of a NUMBER value.
unit(CssFormatter) - Method in class com.inet.lib.less.JavaScriptExpression
Get the unit of a NUMBER value.
A B C D E G H J L O P R S T U 
All Classes All Packages