- ACQUA - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 0FF.
- ACTIVE - Static variable in class com.projetloki.genesis.PseudoClass
-
Matches when an element is being activated by the user.
- addRule(Selector, PropertiesOrBuilder) - Method in interface com.projetloki.genesis.CssBuilder
-
Adds a CSS rule to this builder.
- addRule(String, PropertiesOrBuilder) - Method in interface com.projetloki.genesis.CssBuilder
-
Adds a CSS rule to this builder.
- addRule(Selector, PropertiesOrBuilder, MediaCondition) - Method in interface com.projetloki.genesis.CssBuilder
-
Adds a conditional CSS rule to this builder.
- addRule(String, PropertiesOrBuilder, MediaCondition) - Method in interface com.projetloki.genesis.CssBuilder
-
Adds a conditional CSS rule to this builder.
- addRules(String) - Method in interface com.projetloki.genesis.CssBuilder
-
Reads CSS rules from the given string, and adds them to this builder.
- addRules(String, MediaCondition) - Method in interface com.projetloki.genesis.CssBuilder
-
- ALL - Static variable in class com.projetloki.genesis.MediaQuery
-
Suitable for all devices.
- alpha() - Method in class com.projetloki.genesis.image.Border
-
Returns the opacity of the border.
- alternate() - Method in class com.projetloki.genesis.Animation
-
Returns a new animation similar to this
, with the direction
property set to 'alternate'.
- ALUMINIUM_1 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value EEEEEC.
- ALUMINIUM_2 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value D3D7CF.
- ALUMINIUM_3 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value BABDB6.
- ALUMINIUM_4 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 888A85.
- ALUMINIUM_5 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 555753.
- ALUMINIUM_6 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 2E3436.
- and(MediaFeature) - Method in class com.projetloki.genesis.MediaQuery
-
Returns a new media query that evaluates to true if both this
query
and the given media feature do.
- Animation - Class in com.projetloki.genesis
-
CSS3 animations make it possible to animate transitions from one CSS style
configuration to another.
- ANY - Static variable in class com.projetloki.genesis.Selector
-
The universal selector, matching any element.
- apply(Point) - Method in class com.projetloki.genesis.image.MathVector
-
Discouraged.
- arrow(double, double) - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates an arrow made of a rectangle and
an isosceles rectangle pointing to the right.
- asAncestor() - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the descendants of this
selector's
subjects.
- asAncestorOf(String) - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the descendants of this
selector's
subjects matched by the given selector.
- asAncestorOf(Selector) - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the descendants of this
selector's
subjects matched by the given selector.
- asParent() - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the children of this
selector's
subjects.
- asParentOf(String) - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the children of this
selector's
subjects matched by the given selector.
- asParentOf(Selector) - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the children of this
selector's
subjects matched by the given selector.
- aspectRatio(int, int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the ratio of width to height is
exactly the given ratio.
- asPrecedingSibling() - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the adjacent siblings of this
selector's subjects.
- asPrecedingSiblingOf(String) - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the adjacent siblings of this
selector's subjects matched by the given selector.
- asPrecedingSiblingOf(Selector) - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the adjacent siblings of this
selector's subjects matched by the given selector.
- asSibling() - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the siblings of this
selector's
subjects.
- asSiblingOf(String) - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the siblings of this
selector's
subjects matched by the given selector.
- asSiblingOf(Selector) - Method in class com.projetloki.genesis.Selector
-
Returns a selector that matches the siblings of this
selector's
subjects matched by the given selector.
- AttributePredicate - Class in com.projetloki.genesis
-
Matches elements on the basis of either the presence of an attribute, or the
match of an attribute value.
- BackgroundLayer - Class in com.projetloki.genesis
-
A background image to paint on the background area.
- balloon(double, double, double, int, Shaper) - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates a speech balloon made of a box on top of a
tail pointing to the bottom.
- baselineY() - Method in class com.projetloki.genesis.image.TextShape
-
Returns the y-coordinate of the
baseline.
- bestFormat(Image) - Static method in class com.projetloki.genesis.image.Images
-
Tries to infer the best format in which to save the image.
- BLACK - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 000.
- blackout() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- BLUE - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 00F.
- blue() - Method in class com.projetloki.genesis.image.Color
-
Returns the blue component of this color, between 0 and 255 inclusive.
- blurPx(int) - Method in class com.projetloki.genesis.Shadow
-
Returns a shadow that is similar to this
, with the blur radius
property set to the given length.
- blurPx(double) - Method in class com.projetloki.genesis.Shadow
-
Returns a shadow that is similar to this
, with the blur radius
property set to the given length.
- bold() - Method in class com.projetloki.genesis.FontFace
-
Returns a new font-face that is a copy of this instance, and that specifies
bold weight.
- bold() - Method in class com.projetloki.genesis.image.Font
-
Returns a new font which is a derivative of this font with a bold weight.
- Border - Class in com.projetloki.genesis.image
-
A border around the edge of a shape.
- Border(double, Color) - Constructor for class com.projetloki.genesis.image.Border
-
Creates a fully opaque border with the specified width and color.
- Border(double, Color, double) - Constructor for class com.projetloki.genesis.image.Border
-
Creates a border with the specified width, color and opacity.
- borderBoxOrigin() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-origin property to 'border-box'.
- BorderCollapseValue - Enum in com.projetloki.genesis
-
Enum for the border-collapse property.
- BorderStyleValue - Enum in com.projetloki.genesis
-
Enum for the border-style property.
- bottomY() - Method in class com.projetloki.genesis.image.TextShape.Glyph
-
Returns the y-coordinate of the bottom side of the bounding box enclosing
this glyph.
- box() - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates a rectangle.
- BRAILLE - Static variable in class com.projetloki.genesis.MediaQuery
-
Intended for braille tactile feedback devices.
- build() - Method in class com.projetloki.genesis.Genesis.Builder
-
Returns a newly-created Genesis.
- build() - Method in class com.projetloki.genesis.Properties
-
Returns this.
- build() - Method in class com.projetloki.genesis.Properties.Builder
-
Returns a newly-created property.
- build() - Method in interface com.projetloki.genesis.PropertiesOrBuilder
-
- builder() - Static method in class com.projetloki.genesis.Genesis
-
Returns a new builder for creating Genesis instances.
- builder() - Static method in class com.projetloki.genesis.Properties
-
Returns a new builder.
- BUTTER_1 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value FCE94F.
- BUTTER_2 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value EDD400.
- BUTTER_3 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value C4A000.
- canvas(int, int, Color) - Static method in class com.projetloki.genesis.image.Images
-
Returns a blank image filled with the specified color.
- canvas(int, int, Color, double) - Static method in class com.projetloki.genesis.image.Images
-
Returns a blank image filled with the specified color, and with the
specified opacity.
- CaptionSideValue - Enum in com.projetloki.genesis
-
Enum for the caption-side property.
- center() - Method in class com.projetloki.genesis.image.TextShape.Glyph
-
Returns the center of the bounding box enclosing this glyph.
- centered() - Method in class com.projetloki.genesis.image.TextShape
-
Returns a shaper that moves this shape to the center of the image to mask.
- CHAMELEON_1 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 8AE234.
- CHAMELEON_2 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 73D216.
- CHAMELEON_3 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 4E9A06.
- charIndex() - Method in class com.projetloki.genesis.image.TextShape.Glyph
-
Returns the index of the character this glyph is associated to, in the
text string.
- CHECKED - Static variable in class com.projetloki.genesis.PseudoClass
-
Represents any radio (<input type="radio">), checkbox (<input
type="checkbox">) or option (<option> in a <select>) element
that is checked or toggled to an on state.
- CHOCOLATE_1 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value E9B96E.
- CHOCOLATE_2 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value C17D11.
- CHOCOLATE_3 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 8F5902.
- chunk() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- circular(double, double) - Static method in class com.projetloki.genesis.image.Gradients
-
Returns a circular gradient.
- ClearValue - Enum in com.projetloki.genesis
-
Enum for the clear property.
- color() - Method in class com.projetloki.genesis.image.Border
-
Returns the color of the border.
- Color - Class in com.projetloki.genesis.image
-
An immutable color in the red/green/blue color space.
- color() - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the device is a color device.
- color(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the number of bits per color is exactly
the given number.
- color(Color) - Method in class com.projetloki.genesis.Shadow
-
Returns a new shadow similar to this
, with the color property set
to the given color.
- colorIndex(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the number of entries in the color
lookup table is exactly the given number.
- com.projetloki.genesis - package com.projetloki.genesis
-
A library for generating CSS from Java
(
Tutorial).
- com.projetloki.genesis.image - package com.projetloki.genesis.image
-
Library for rapidly generating CSS background images.
- compose(MathFunction) - Method in class com.projetloki.genesis.image.MathFunction
-
Returns the composition of the two functions.
- concatX(Image) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by pasting the given image to the right of this
image.
- concatY(Image) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by pasting the given image at the bottom of this
image.
- configure(CssBuilder) - Method in interface com.projetloki.genesis.CssModule
-
Adds rules to the given builder.
- constant(double) - Static method in class com.projetloki.genesis.image.MathFunctions
-
Returns a constant function.
- contains(String, String) - Static method in class com.projetloki.genesis.AttributePredicate
-
Returns a predicate that matches any element with the given attribute set
to a value containing the given string.
- contains(Point) - Method in class com.projetloki.genesis.image.Shape
-
Returns whether the point lies within the interior of the shape.
- contains(Point) - Method in class com.projetloki.genesis.image.TextShape
-
Returns whether the point lies within the interior of the shape.
- contains(Point) - Method in class com.projetloki.genesis.image.TextShape.Glyph
-
- containsWord(String, String) - Static method in class com.projetloki.genesis.AttributePredicate
-
Returns a predicate that matches any element with the given attribute
set to a value containing the given word.
- contentBoxClip() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-clip property to 'content-box'.
- contentBoxOrigin() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-origin property to 'content-box'.
- copyFrom(Properties) - Method in class com.projetloki.genesis.Properties.Builder
-
Copies all the properties from the given object to this builder.
- copyFrom(String) - Method in class com.projetloki.genesis.Properties.Builder
-
Copies all the properties from the given object to this builder.
- crop(int, int, int, int) - Method in class com.projetloki.genesis.image.Image
-
Returns a rectangular region from this image.
- CssBuilder - Interface in com.projetloki.genesis
-
Object passed to a CSS module, that receives rules and other declarations.
- CssModule - Interface in com.projetloki.genesis
-
A CSS module is responsible for generating a part of the CSS code.
- CssModuleInstallException - Exception in com.projetloki.genesis
-
The exception thrown when the installation of a
module
fails.
- CssModuleInstallException() - Constructor for exception com.projetloki.genesis.CssModuleInstallException
-
- CssModuleInstallException(String) - Constructor for exception com.projetloki.genesis.CssModuleInstallException
-
- CssModuleInstallException(Throwable) - Constructor for exception com.projetloki.genesis.CssModuleInstallException
-
- CssModuleInstallException(String, Throwable) - Constructor for exception com.projetloki.genesis.CssModuleInstallException
-
- cubicBezier(double, double, double, double) - Static method in class com.projetloki.genesis.TimingFunction
-
- CursorValue - Enum in com.projetloki.genesis
-
Enum for the cursor property.
- familyName() - Method in class com.projetloki.genesis.FontFace
-
Returns the family name of this font-face.
- fanwood() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- fanwoodItalic() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- fanwoodText() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- fanwoodTextItalic() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- fill() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-repeat property to 'no-repeat', and specifies that the
image fills the background painting area.
- fill(Color, double) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by filling this image uniformly.
- fill(Color, Gradient) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by filling this image gradually.
- fillX() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the x-component of the background-repeat property to 'no-repeat', and
specifies that the image fills the width of the background painting area.
- fillY() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the y-component of the background-repeat property to 'no-repeat', and
specifies that the image fills the height of the background painting area.
- FIRST_CHILD - Static variable in class com.projetloki.genesis.PseudoClass
-
Represents any element that is the first child element of its parent.
- FIRST_OF_TYPE - Static variable in class com.projetloki.genesis.PseudoClass
-
Represents the first sibling of the given type in the list of children of
its parent element.
- fixed() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-attachment property to 'fixed'.
- flipX() - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by flipping this image along the horizontal
axis.
- flipX() - Method in class com.projetloki.genesis.image.MathFunction
-
Returns the function obtained by flipping horizontally the graph of
this
function.
- flipX(double) - Method in class com.projetloki.genesis.image.Shape
-
Returns the shape obtained by flipping this shape over the axis x = x0
- flipX() - Method in class com.projetloki.genesis.image.Shaper
-
Returns a factory which generates a shape by flipping horizontally the
shape generated by this
.
- flipY() - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by flipping this image along the vertical axis.
- flipY() - Method in class com.projetloki.genesis.image.MathFunction
-
Returns the function obtained by flipping vertically the graph of
this
function.
- flipY(double) - Method in class com.projetloki.genesis.image.Shape
-
Returns the shape obtained by flipping this shape over the axis y = y0
- flipY() - Method in class com.projetloki.genesis.image.Shaper
-
Returns a factory which generates a shape by flipping vertically the shape
generated by this
.
- FloatValue - Enum in com.projetloki.genesis
-
Enum for the float property.
- FOCUS - Static variable in class com.projetloki.genesis.PseudoClass
-
Applied when a element has received focus, either from the user selecting
it with the use of a keyboard or by activating with the mouse.
- Font - Class in com.projetloki.genesis.image
-
A font with unspecified size.
- font() - Method in class com.projetloki.genesis.image.TextShape
-
Returns the font to render the text with.
- FontCatalog - Class in com.projetloki.genesis.image
-
- FontFace - Class in com.projetloki.genesis
-
The font-face rule allows authors to specify online fonts to display text on
their web pages.
- FontFamilyFallback - Enum in com.projetloki.genesis
-
A font family that is guaranteed to be available on any browser and any
platform.
- FontFormat - Enum in com.projetloki.genesis
-
Specifies the format of a source in a font-face rule.
- fontSize() - Method in class com.projetloki.genesis.image.TextShape
-
Returns the font size, in pixels.
- FontStyleValue - Enum in com.projetloki.genesis
-
Enum for the font-style property.
- FontVariantValue - Enum in com.projetloki.genesis
-
Enum for the font-variant property.
- FontWeightValue - Enum in com.projetloki.genesis
-
Enum for the font-weight property.
- forHexString(String) - Static method in class com.projetloki.genesis.image.Color
-
Constructs a color with the given hexadecimal representation.
- forJavaColor(Color) - Static method in class com.projetloki.genesis.image.Color
-
Converts the given Java color to a color.
- forJavaImage(Image) - Static method in class com.projetloki.genesis.image.Images
-
Converts a Java image to an image.
- forLocalSource(String) - Static method in class com.projetloki.genesis.FontFace
-
Returns a new font-face that contains a single local source.
- format(double) - Method in enum com.projetloki.genesis.LengthUnit
-
Returns the CSS length obtained by multiplying this unit with the given
magnitude.
- format(int) - Method in enum com.projetloki.genesis.LengthUnit
-
Returns the CSS length obtained by multiplying this unit with the given
magnitude.
- forSource(String) - Static method in class com.projetloki.genesis.FontFace
-
Returns a new font-face that contains a single source.
- forSource(String, FontFormat) - Static method in class com.projetloki.genesis.FontFace
-
Returns a new font-face that contains a single source.
- forVertices(Point, Point, Point...) - Static method in class com.projetloki.genesis.image.MathFunctions
-
Returns a function whose graph has the given vertices, joined by segments.
- frame(Color) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by pasting this image on top of a monochromatic
opaque image.
- frame(Color, int, int, int, int) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by pasting this image on top of a larger
monochromatic opaque image.
- from(PropertiesOrBuilder) - Static method in class com.projetloki.genesis.Keyframes
-
Returns a new builder with the given initial state.
- from(String) - Static method in class com.projetloki.genesis.Keyframes
-
Returns a new builder with the given initial state.
- from(String) - Static method in class com.projetloki.genesis.Properties
-
Constructs a new instance from a sequence of semicolon-separated name:value
CSS properties.
- from(String) - Static method in class com.projetloki.genesis.Selector
-
Returns a selector instance that has the given CSS notation.
- FUCHSIA - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value F0F.
- landscapeOrientation() - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the value of the width media feature is
greater than the value of the height media feature.
- lang(Locale) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches elements based on the language the
element is determined to be in.
- LAST_CHILD - Static variable in class com.projetloki.genesis.PseudoClass
-
Represents any element that is the last child element of its parent.
- LAST_OF_TYPE - Static variable in class com.projetloki.genesis.PseudoClass
-
Represents the last sibling of the given type in the list of children of
its parent element.
- leagueGothic() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- leagueScriptNumberOne() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- leftHalfPlane(double) - Static method in class com.projetloki.genesis.image.Shapes
-
Returns a shape that contains all the points P(x, y) which verify x <=
x0
- leftX() - Method in class com.projetloki.genesis.image.TextShape.Glyph
-
Returns the x-coordinate of the left side of the bounding box enclosing
this glyph.
- LengthUnit - Enum in com.projetloki.genesis
-
A CSS length unit.
- LIME - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 0F0.
- lindenHill() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- lindenHillItalic() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- linear(Direction) - Static method in class com.projetloki.genesis.image.Gradients
-
Returns a linear gradient with the specified direction.
- linear(double) - Static method in class com.projetloki.genesis.image.Gradients
-
Returns a linear gradient with the specified direction, specified as an
angle from the vector (1, 0).
- linear(double, double) - Static method in class com.projetloki.genesis.image.MathFunctions
-
Returns a linear function with the given values at x = 0 and x = 1
- LINEAR - Static variable in class com.projetloki.genesis.TimingFunction
-
The animation goes from its initial state to its final state with constant
speed.
- LINK - Static variable in class com.projetloki.genesis.PseudoClass
-
Selects links inside elements.
- ListStylePositionValue - Enum in com.projetloki.genesis
-
Enum for the list-style-position property.
- ListStyleTypeValue - Enum in com.projetloki.genesis
-
Enum for the list-style-type property.
- load(URL) - Static method in class com.projetloki.genesis.image.Font
-
Loads a font from the truetype font file at the given URL.
- load(File) - Static method in class com.projetloki.genesis.image.Font
-
Loads a font from the given truetype font file.
- load(File) - Static method in class com.projetloki.genesis.image.Images
-
Loads an image from an image file.
- load(URL) - Static method in class com.projetloki.genesis.image.Images
-
Loads an image from the image file at the given URL.
- local() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-attachment property to 'local'.
- localSourceAdded(String) - Method in class com.projetloki.genesis.FontFace
-
Returns a new font-face that is a copy of this instance, with the given
local source added.
- lowerHalfPlane(double) - Static method in class com.projetloki.genesis.image.Shapes
-
Returns a shape that contains all the points P(x, y) which verify y >=
y0
- main(String[]) - Static method in class com.projetloki.genesis.Genesis
-
- MAROON - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 800000.
- mask(Shape) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by making all the points lying outside the given
shape transparent.
- mask(Shape, Border...) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by making all the points lying outside the given
shape transparent and drawing borders around the shape.
- mask(Shaper) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by making all the points lying outside the given
shape transparent.
- mask(Shaper, Border...) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by making all the points lying outside the given
shape transparent and drawing borders around the shape.
- MathFunction - Class in com.projetloki.genesis.image
-
A function from [0, 1] to [0, 1].
- MathFunction() - Constructor for class com.projetloki.genesis.image.MathFunction
-
- MathFunctions - Class in com.projetloki.genesis.image
-
Static utility methods pertaining to
MathFunction
instances.
- MathVector - Class in com.projetloki.genesis.image
-
An immutable geometric vector, represented by its x- and y- coordinates in
the plane.
- matrix(double, double, double, double, double, double) - Static method in class com.projetloki.genesis.TransformFunction
-
Specifies a 2D transformation matrix comprised of the given six values.
- maxAspectRatio(int, int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the ratio of width to height is
at most the given ratio.
- maxColor(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the number of bits per color is at most
the given number.
- maxColorIndex(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the number of entries in the color
lookup table is at most the given number.
- maxDeviceAspectRatio(int, int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the ratio of device width to
device height is at most the given ratio.
- maxDeviceHeight(double, LengthUnit) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the height of the output device's
rendering surface is at most the given length.
- maxDeviceWidth(double, LengthUnit) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the width of the output device's
rendering surface is at most the given length.
- maxHeight(double, LengthUnit) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the height of the targeted display area
is at most the given length.
- maxMonochrome(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the number of bits per pixel in a
monochrome frame buffer is at most the given number.
- maxResolutionDpi(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the resolution of the output device is
at most the given number of dots per inch.
- maxWidth(double, LengthUnit) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the width of the targeted display area
is at most the given length.
- MediaCondition - Class in com.projetloki.genesis
-
A single media query, or several media queries combined with the
or operator.
- MediaCondition() - Constructor for class com.projetloki.genesis.MediaCondition
-
- MediaFeature - Class in com.projetloki.genesis
-
An expression that check for the conditions of particular media features.
- MediaQuery - Class in com.projetloki.genesis
-
A media type, and possibly one or more expressions
(
media features), which resolve to either true or
false.
- minAspectRatio(int, int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the ratio of width to height is
at least the given ratio.
- minColor(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the number of bits per color is at least
the given number.
- minColorIndex(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the number of entries in the color
lookup table is at least the given number.
- minDeviceAspectRatio(int, int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the ratio of device width to
device height is at least the given ratio.
- minDeviceHeight(double, LengthUnit) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the height of the output device's
rendering surface is at least the given length.
- minDeviceWidth(double, LengthUnit) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the width of the output device's
rendering surface is at least the given length.
- minHeight(double, LengthUnit) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the height of the targeted display area
is at least the given length.
- minMonochrome(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the number of bits per pixel in a
monochrome frame buffer is at least the given number.
- minResolutionDpi(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the resolution of the output device is
at least the given number of dots per inch.
- minus(MathVector) - Method in class com.projetloki.genesis.image.MathVector
-
Returns the vector obtained by substracting the coordinates of the given
vector from this
vector's coordinates.
- minusSign(double) - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates a minus sign.
- minWidth(double, LengthUnit) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the width of the targeted display area
is at least the given length.
- mix(Color, double) - Method in class com.projetloki.genesis.image.Color
-
Returns the color obtained when mixing this
and that
.
- monochrome() - Static method in class com.projetloki.genesis.MediaFeature
-
- monochrome(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the number of bits per pixel in a
monochrome frame buffer is exactly the given number.
- name() - Method in class com.projetloki.genesis.Keyframes
-
Returns the name of this keyframes.
- NAVY - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 000080.
- negate() - Method in class com.projetloki.genesis.image.MathVector
-
Returns the vector obtained by multiplying this vector's coordinates by -1.
- negate() - Method in class com.projetloki.genesis.image.Shape
-
Returns the shape obtained by reversing the interior and exterior of this
shape.
- negate() - Method in class com.projetloki.genesis.image.Shaper
-
Returns a factory which generates a shape by extracting the complement of
the shape generated by this
.
- noRepeat() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-repeat property to 'no-repeat'.
- noRepeatX() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the x-component of the background-repeat property to 'no-repeat'.
- noRepeatY() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the y-component of the background-repeat property to 'no-repeat'.
- norm() - Method in class com.projetloki.genesis.image.MathVector
-
Returns the Euclidean norm (or length) of this vector.
- normalize() - Method in class com.projetloki.genesis.image.MathVector
-
Returns the vector obtained by dividing this vector by its norm.
- not() - Method in class com.projetloki.genesis.MediaQuery
-
Returns a media condition that evaluates to true if and only if
this
query evaluates to false.
- not(Selector) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches elements that are not matched by the
given simple selector.
- not(String) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches elements that are not matched by the
given simple selector.
- nthChild(int) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches an element that has exactly n - 1
siblings before it in the document tree, and has a parent element.
- nthChild(int, int) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches an element that has exactly an + b - 1
siblings before it in the document tree, for any n >= 0, and has a
parent element.
- nthLastChild(int) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches an element that has exactly n - 1
siblings after it in the document tree, and has a parent element.
- nthLastChild(int, int) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches an element that has exactly an + b - 1
siblings after it in the document tree, for any n >= 0, and has a parent
element.
- nthLastOfType(int) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches an element that has exactly n - 1
siblings with the same element type after it in the document tree, and has
a parent element.
- nthLastOfType(int, int) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches an element that has exactly an + b - 1
siblings with the same element type after it in the document tree, for any
n >= 0, and has a parent element.
- nthOfType(int) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches an element that has exactly n - 1
siblings with the same element type before it in the document tree, and has
a parent element.
- nthOfType(int, int) - Static method in class com.projetloki.genesis.PseudoClass
-
Returns a pseudo-class that matches an element that has exactly an + b - 1
siblings with the same element type before it in the document tree, for any
n >= 0, and has a parent element.
- oblique() - Method in class com.projetloki.genesis.FontFace
-
Returns a new font-face that is a copy of this instance, and that specifies
italic style.
- of(Image) - Static method in class com.projetloki.genesis.BackgroundLayer
-
Returns a new background layer for the given background image.
- of(int, int, int) - Static method in class com.projetloki.genesis.image.Color
-
Constructs a color with the specified components.
- of(double, double) - Static method in class com.projetloki.genesis.image.MathVector
-
Constructs a vector with the specified coordinates.
- of(String, Font, int) - Static method in class com.projetloki.genesis.image.TextShape
-
Constructs a TextShape
with the given text, font and font size.
- offsetEm(double, double) - Static method in class com.projetloki.genesis.Shadow
-
Returns a new shadow with the given offset, specified in pixels.
- offsetPx(int, int) - Static method in class com.projetloki.genesis.Shadow
-
Returns a new shadow with the given offset, specified in pixels.
- OLIVE - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 808000.
- on(String) - Static method in class com.projetloki.genesis.Animation
-
- on(AttributePredicate) - Method in class com.projetloki.genesis.Selector
-
Returns a selector matching elements matched by this
selector and
that satisfy the given attribute predicate.
- on(PseudoClass) - Method in class com.projetloki.genesis.Selector
-
Returns a selector matching elements matched by this
selector and
if the given pseudo-class applies.
- on(PseudoElement) - Method in class com.projetloki.genesis.Selector
-
Returns a selector matching virtual elements within the elements matched
by this
selector.
- onClass(String) - Method in class com.projetloki.genesis.Selector
-
Returns a selector matching elements matched by this
selector and
with the given class name.
- onId(String) - Method in class com.projetloki.genesis.Selector
-
Returns a selector matching elements matched by this
selector and
with the given ID.
- ONLY_CHILD - Static variable in class com.projetloki.genesis.PseudoClass
-
Represents any element which is the only child of its parent.
- ONLY_OF_TYPE - Static variable in class com.projetloki.genesis.PseudoClass
-
Represents any element that has no siblings of the given type.
- onlyIfFeaturesAreSupported() - Method in class com.projetloki.genesis.MediaQuery
-
Returns a media condition that evaluates to true if this
query does
and the browser supports media features.
- onProperty(String) - Static method in class com.projetloki.genesis.Transition
-
Returns a transition for the given CSS property.
- onTag(String) - Method in class com.projetloki.genesis.Selector
-
Returns a selector matching elements matched this
selector and
with the given tag name.
- or(MediaCondition) - Method in class com.projetloki.genesis.MediaCondition
-
Returns a media condition that evaluates to true if both this
and
the given condition to.
- ORANGE_1 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value FCAF35.
- ORANGE_2 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value F57900.
- ORANGE_3 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value CE5C00.
- orbitron() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- orbitronBold() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- oribitronBlack() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- oribitronLight() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- ORIGIN - Static variable in class com.projetloki.genesis.image.Point
-
The point with coordinates (0, 0).
- ostrichSans() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- ostrichSansBlack() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- ostrichSansBold() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- ostrichSansDashed() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- ostrichSansLight() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- ostrichSansRounded() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- OutlineStyleValue - Enum in com.projetloki.genesis
-
Enum for the outline-style property.
- OverflowValue - Enum in com.projetloki.genesis
-
Enum for the overflow property.
- pad(int, int, int, int) - Method in class com.projetloki.genesis.image.Shaper
-
Returns a factory which, given a rectangle, generates a shape fitting the
rectangle minus the given borders using this
.
- paddingBoxClip() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-clip property to 'padding-box'.
- parent() - Method in class com.projetloki.genesis.image.TextShape.Glyph
-
Returns the text shape that contains this glyph.
- pasteThat(Image, int, int) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by pasting that image on top of this image, at
the given position.
- pasteThat(Image) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by pasting that image on top of this image.
- pasteThis(Image, int, int) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by pasting this image on top of that image, at
the given position.
- pasteThis(Image) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by pasting this image on top of that image.
- plane() - Static method in class com.projetloki.genesis.image.Shapes
-
Returns shape that contains all the points of the plane.
- PLUM_1 - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value AD7FA8.
- PLUM_2 - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 75507B.
- PLUM_3 - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 5C3566.
- plus(MathVector) - Method in class com.projetloki.genesis.image.MathVector
-
Returns the vector obtained by adding the coordinates of the given vector
to this
vector's coordinates.
- plusSign(double) - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates a plus sign.
- Point - Class in com.projetloki.genesis.image
-
An immutable point, located by its x- and y- coordinates in the plane.
- Point(double, double) - Constructor for class com.projetloki.genesis.image.Point
-
Constructs a point with the specified coordinates.
- PoorBrowserSupport - Annotation Type in com.projetloki.genesis
-
Indicates that the CSS feature is not fully supported by all major browsers.
- portraitOrientation() - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the value of the height media feature is
greater than or equal to the value of the width media feature.
- position(String) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-position property, that is the position in the
background area at which the image is painted.
- positionPct(double, double) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-position property.
- positionPctPx(double, int) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-position property.
- positionPx(int, int) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-position property, in pixels.
- positionPxPct(int, double) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-position proxy.
- PositionValue - Enum in com.projetloki.genesis
-
Enum for the position property.
- pow(double) - Static method in class com.projetloki.genesis.image.MathFunctions
-
Returns the function f(x) = x ˆ r
- PRINT - Static variable in class com.projetloki.genesis.MediaQuery
-
Intended for paged material and for documents viewed on screen in print
preview mode.
- prociono() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- progressiveScan() - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the scanning process of the TV is
progressive.
- PROJECTION - Static variable in class com.projetloki.genesis.MediaQuery
-
Intended for projected presentations, for example projectors.
- Properties - Class in com.projetloki.genesis
-
An immutable set of CSS properties.
- Properties.Builder - Class in com.projetloki.genesis
-
A builder for creating sets of CSS properties.
- PropertiesOrBuilder - Interface in com.projetloki.genesis
-
- PseudoClass - Class in com.projetloki.genesis
-
A pseudo-class specifies a special state of the element to be selected.
- PseudoElement - Enum in com.projetloki.genesis
-
Pseudo-elements match virtual elements that don’t exist explicitly in the
document tree.
- PURPLE - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 800080.
- raleway() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- rectangle(Point, double, double) - Static method in class com.projetloki.genesis.image.Shapes
-
Returns a shape bounded by the rectangle with the given dimensions and
top-left corner.
- rectangle(double, double, double, double) - Static method in class com.projetloki.genesis.image.Shapes
-
Returns a shape bounded by the rectangle with the given dimensions and
top-left corner.
- RED - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value F00.
- red() - Method in class com.projetloki.genesis.image.Color
-
Returns the red component of this color, between 0 and 255 inclusive.
- reflectLeftHalf(double) - Method in class com.projetloki.genesis.image.Shape
-
Returns the shape obtained by reflecting the given left half-plane on the
complementary right half-plane.
- reflectLowerHalf(double) - Method in class com.projetloki.genesis.image.Shape
-
Returns the shape obtained by reflecting the given lower half-plane on the
complementary upper half-plane.
- reflectRightHalf(double) - Method in class com.projetloki.genesis.image.Shape
-
Returns the shape obtained by reflecting the given right half-plane on the
complementary left half-plane.
- reflectUpperHalf(double) - Method in class com.projetloki.genesis.image.Shape
-
Returns the shape obtained by reflecting the given upper half-plane on the
complementary lower half-plane.
- resolutionDpi(int) - Static method in class com.projetloki.genesis.MediaFeature
-
Returns a feature that checks that the resolution of the output device is
exactly the given number of dots per inch.
- rightHalfPlane(double) - Static method in class com.projetloki.genesis.image.Shapes
-
Returns a shape that contains all the points P(x, y) which verify x >=
x0
- rightX() - Method in class com.projetloki.genesis.image.TextShape.Glyph
-
Returns the x-coordinate of the right side of the bounding box enclosing
this glyph.
- ROOT - Static variable in class com.projetloki.genesis.PseudoClass
-
Matches the root element of a tree representing the document.
- rotate(double) - Method in class com.projetloki.genesis.image.MathVector
-
Returns the image of this vector by the clockwise rotation through the
given angle.
- rotate(double, Point) - Method in class com.projetloki.genesis.image.Point
-
Returns the image of this point by the clockwise rotation through the angle
theta
around the point center
.
- rotate(double, Point) - Method in class com.projetloki.genesis.image.Shape
-
Returns the image of this shape by the clockwise rotation through the given
angle around the given point.
- rotateCcw() - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by rotating this image counterclockwise.
- rotateCcw() - Method in class com.projetloki.genesis.image.MathVector
-
Returns the image of this vector by the counterclockwise rotation through
pi / 2.
- rotateCcw() - Method in class com.projetloki.genesis.image.Shaper
-
Returns a shaper generating a shape by rotating counterclockwise the shape
generated by this
.
- rotateCw() - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by rotating this image clockwise.
- rotateCw() - Method in class com.projetloki.genesis.image.MathVector
-
Returns the image of this vector by the clockwise rotation through pi / 2.
- rotateCw() - Method in class com.projetloki.genesis.image.Shaper
-
Returns a shaper generating a shape by rotating clockwise the shape
generated by this
.
- rotateDeg(double) - Static method in class com.projetloki.genesis.TransformFunction
-
Rotates the element clockwise around its origin by the given angle,
specified in degrees.
- round() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-repeat property to 'round'.
- roundedBox(double) - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates a rectangle with rounded corners.
- roundedBox(double, boolean, boolean, boolean, boolean) - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates a rectangle with rounded corners.
- roundX() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the x-component of the background-repeat property to 'round'.
- roundY() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the y-component of the background-repeat property to 'round'.
- save(Image, File) - Static method in class com.projetloki.genesis.image.Images
-
Writes the image to the specified file.
- save(Image, File, ImageFormat) - Static method in class com.projetloki.genesis.image.Images
-
Writes the image to the specified file in the specified format.
- scale(int, int) - Method in class com.projetloki.genesis.image.Image
-
Returns the image obtained by resizing this image.
- scale(double) - Method in class com.projetloki.genesis.image.MathVector
-
Returns the vector obtained by multiplying this vector's coordinates by the
given factor.
- scale(double, double) - Static method in class com.projetloki.genesis.TransformFunction
-
Specifies a 2D scaling operation described by [kx, ky].
- scaleX(double) - Static method in class com.projetloki.genesis.TransformFunction
-
Specifies a 2D scaling operation described by [kx, 1].
- scaleY(double) - Static method in class com.projetloki.genesis.TransformFunction
-
Specifies a 2D scaling operation described by [1, ky].
- SCARLET_RED_1 - Static variable in class com.projetloki.genesis.image.Color
-

The
color with hexadecimal value EF2929.
- SCARLET_RED_2 - Static variable in class com.projetloki.genesis.image.Color
-

The
color with hexadecimal value CC0000.
- SCARLET_RED_3 - Static variable in class com.projetloki.genesis.image.Color
-

The
color with hexadecimal value A40000.
- SCREEN - Static variable in class com.projetloki.genesis.MediaQuery
-
Intended primarily for color computer screens.
- Selector - Class in com.projetloki.genesis
-
A CSS selector, to match a set of elements in an HTML or XML documents.
- set(String, String) - Method in class com.projetloki.genesis.Properties.Builder
-
Sets the property with the given name to the given value.
- set(BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(BorderStyleValue, BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(BorderStyleValue, BorderStyleValue, BorderStyleValue, BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(BorderCollapseValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(CaptionSideValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(ClearValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(CursorValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(DirectionValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(DisplayValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(EmptyCellsValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(FloatValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(FontStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(FontVariantValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(FontWeightValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(ListStylePositionValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(ListStyleTypeValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(OutlineStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(OverflowValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(PositionValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(VerticalAlignValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(TableLayoutValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(TextAlignValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(TextDecorationValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(TextTransformValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(UnicodeBidiValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(VisibilityValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- set(WhiteSpaceValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setAnimation(Animation...) - Method in class com.projetloki.genesis.Properties.Builder
-
- setAnimationPlayState(boolean) - Method in class com.projetloki.genesis.Properties.Builder
-
- setAnimationTimingFunction(TimingFunction) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBackground(Color, BackgroundLayer...) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBackground(BackgroundLayer...) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorder(int, Color, BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderBottom(int, Color, BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderBottomColor(Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderBottomLeftRadiusPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderBottomRightRadiusPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderBottomStyle(BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderBottomWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderColor(Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderColor(Color, Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderColor(Color, Color, Color, Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderLeft(int, Color, BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderLeftColor(Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderLeftStyle(BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderLeftWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderRadiusPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderRight(int, Color, BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderRightColor(Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderRightStyle(BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderRightWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderSpacingPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderTop(int, Color, BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderTopColor(Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderTopLeftRadiusPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderTopRightRadiusPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderTopStyle(BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderTopWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderWidthPx(int, int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBorderWidthPx(int, int, int, int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBottomPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBottomPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setBoxShadow(Shadow...) - Method in class com.projetloki.genesis.Properties.Builder
-
- setColor(Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setColumnCount(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setColumnGapPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setColumnRule(int, Color, BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setColumnRuleColor(Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setColumnRuleStyle(BorderStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setColumnRuleWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setColumnWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setFontFamily(FontFamilyFallback, String...) - Method in class com.projetloki.genesis.Properties.Builder
-
- setFontFamily(String...) - Method in class com.projetloki.genesis.Properties.Builder
-
- setFontSizeEm(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setFontSizePx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setHeightPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setHeightPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setImageFolderUri(String) - Method in class com.projetloki.genesis.Genesis.Builder
-
Sets the URI of the folder containing the images generated by Genesis.
- setLeftPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setLeftPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setLetterSpacingEm(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setLetterSpacingPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setLineHeightEm(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setLineHeightPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setLineHeightPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setListStyleImage(Image) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginBottomPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginBottomPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginLeftPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginLeftPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginPx(int, int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginPx(int, int, int, int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginRightPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginRightPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginTopPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMarginTopPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMaxHeightPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMaxHeightPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMaxWidthPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMaxWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMinHeightPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMinHeightPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMinWidthPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setMinWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setOpacity(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setOutline(int, Color, OutlineStyleValue) - Method in class com.projetloki.genesis.Properties.Builder
-
- setOutlineColor(Color) - Method in class com.projetloki.genesis.Properties.Builder
-
- setOutlineWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingBottomPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingBottomPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingLeftPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingLeftPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingPx(int, int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingPx(int, int, int, int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingRightPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingRightPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingTopPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setPaddingTopPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setRightPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setRightPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTextIndentEm(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTextIndentPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTextShadow(Shadow...) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTopPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTopPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTransform(TransformFunction...) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTransformOriginPct(double, double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTransformOriginPctPx(double, int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTransformOriginPx(int, int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTransformOriginPxPct(int, double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setTransition(Transition...) - Method in class com.projetloki.genesis.Properties.Builder
-
- setWidthPct(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setWidthPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setWordSpacingEm(double) - Method in class com.projetloki.genesis.Properties.Builder
-
- setWordSpacingPx(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- setZIndex(int) - Method in class com.projetloki.genesis.Properties.Builder
-
- Shadow - Class in com.projetloki.genesis
-
A shadow to add to a text or a box.
- Shape - Class in com.projetloki.genesis.image
-
A shape in the plane, defined by its interior.
- Shape() - Constructor for class com.projetloki.genesis.image.Shape
-
- Shaper - Class in com.projetloki.genesis.image
-
A
Shape
factory to construct shapes fitting the size of an image.
- Shaper() - Constructor for class com.projetloki.genesis.image.Shaper
-
- Shapers - Class in com.projetloki.genesis.image
-
Static utility methods pertaining to
Shaper
instances.
- Shapes - Class in com.projetloki.genesis.image
-
Static utility methods pertaining to
Shape
instances.
- show(Image) - Static method in class com.projetloki.genesis.image.Images
-
Shows the image in a new pop-up window.
- show(Image, Color) - Static method in class com.projetloki.genesis.image.Images
-
Shows the image in a new pop-up window.
- shrink(double) - Method in class com.projetloki.genesis.image.Shape
-
Returns the shape obtained by shrinking this shape, so that the distance
between the boundary of each shape equals margin
.
- SILVER - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value C0C0C0.
- size(String) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-size property.
- sizePct(double, double) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-size property.
- sizePctPx(double, int) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-size property.
- sizePx(int, int) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-size property.
- sizePxPct(int, double) - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-size property.
- skewXDeg(double) - Static method in class com.projetloki.genesis.TransformFunction
-
Skews the element around the X axis by the given angle.
- skewYDeg(double) - Static method in class com.projetloki.genesis.TransformFunction
-
Skews the element around the Y axis by the given angle.
- SKY_BLUE_1 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 729FCF.
- SKY_BLUE_2 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 3465A4.
- SKY_BLUE_3 - Static variable in class com.projetloki.genesis.image.Color
-

The color
with hexadecimal value 204A87.
- smallCaps() - Method in class com.projetloki.genesis.FontFace
-
Returns a new font-face that is a copy of this instance, and that specifies
small-caps variant.
- sniglet() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- sortsMillGoudy() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- sortsMillGoudyItalic() - Static method in class com.projetloki.genesis.image.FontCatalog
-
- sourceAdded(String) - Method in class com.projetloki.genesis.FontFace
-
Returns a new font-face that is a copy of this instance, with the given
source URI added.
- sourceAdded(String, FontFormat) - Method in class com.projetloki.genesis.FontFace
-
Returns a new font-face that is a copy of this instance, with the given
source URI added.
- space() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the background-repeat property to 'space'.
- spaceX() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the x-component of the background-repeat property to 'space'.
- spaceY() - Method in class com.projetloki.genesis.BackgroundLayer
-
Sets the y-component of the background-repeat property to 'space'.
- SPEECH - Static variable in class com.projetloki.genesis.MediaQuery
-
Intended for speech synthesizers.
- spreadPx(int) - Method in class com.projetloki.genesis.Shadow
-
Returns a new shadow similar to this
, with the spread radius
property set to the given length.
- spreadPx(double) - Method in class com.projetloki.genesis.Shadow
-
Returns a new shadow similar to this
, with the spread radius
property set to the given length.
- star(double) - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates a five-pointed star.
- startsWith(String, String) - Static method in class com.projetloki.genesis.AttributePredicate
-
Returns a predicate that matches any element with the given attribute set
to a value starting with the given prefix.
- startsWithSubtag(String, String) - Static method in class com.projetloki.genesis.AttributePredicate
-
Returns a predicate that matches any element with the given attribute set
to the given subtag, or to a value that starts with the subtag followed by
a hyphen.
- TableLayoutValue - Enum in com.projetloki.genesis
-
Enum for the table-layout property.
- tail(double, double, double, int) - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates a tail pointing to the bottom.
- TangoIcon - Enum in com.projetloki.genesis.image
-
A catalog of icons from the Tango Desktop Project.
- TARGET - Static variable in class com.projetloki.genesis.PseudoClass
-
Represents the unique element, if any, with an id matching the fragment
identifier of the URI of the document.
- TEAL - Static variable in class com.projetloki.genesis.image.Color
-

The color with
hexadecimal value 008080.
- TermType - Enum in com.projetloki.genesis
-
The type of a term in a CSS expression.
- text() - Method in class com.projetloki.genesis.image.TextShape
-
Returns the text to render.
- TextAlignValue - Enum in com.projetloki.genesis
-
Enum for the text-align property.
- TextDecorationValue - Enum in com.projetloki.genesis
-
Enum for the text-decoration property.
- TextShape - Class in com.projetloki.genesis.image
-
A shape whose interior corresponds to the rendering of a text.
- TextShape.Glyph - Class in com.projetloki.genesis.image
-
A single
glyph in a text
shape.
- TextTransformValue - Enum in com.projetloki.genesis
-
Enum for the text-transform property.
- theta() - Method in class com.projetloki.genesis.image.MathVector
-
Returns the angle between vector
MathVector.I
and
this
, in the range
of -pi through pi.
- through(double, PropertiesOrBuilder) - Method in class com.projetloki.genesis.Keyframes.Builder
-
Adds an intermediate state (or keyframe) to this builder.
- through(double, String) - Method in class com.projetloki.genesis.Keyframes.Builder
-
Adds an intermediate state (or keyframe) to this builder.
- timingFunction(TimingFunction) - Method in class com.projetloki.genesis.Animation
-
Returns a new animation similar to this
, with the timing-function
property set to the given value.
- TimingFunction - Class in com.projetloki.genesis
-
A mathematical function that describes how fast one-dimensional values change
during transitions or animations.
- timingFunction(TimingFunction) - Method in class com.projetloki.genesis.Transition
-
Returns a new transition similar to this
, with the timing-function
property set to the given value.
- to(Point) - Method in class com.projetloki.genesis.image.Point
-
Constructs a vector connecting this point and the given points.
- to(PropertiesOrBuilder) - Method in class com.projetloki.genesis.Keyframes.Builder
-
Returns a newly-created keyframes object based on the content of this
builder, and with the given final state.
- to(String) - Method in class com.projetloki.genesis.Keyframes.Builder
-
Returns a newly-created keyframes object based on the content of this
builder, and with the given final state.
- toCssCode() - Method in class com.projetloki.genesis.image.Color
-
Returns a CSS code for this color.
- toHexString() - Method in class com.projetloki.genesis.image.Color
-
Returns the hexadecimal representation of this color, made of 3 or 6
digits: rgb or rrggbb.
- toImage(int) - Method in enum com.projetloki.genesis.image.TangoIcon
-
Returns the image for this Tango icon with the given size.
- toJavaColor() - Method in class com.projetloki.genesis.image.Color
-
Converts this color to a Java color.
- topY() - Method in class com.projetloki.genesis.image.TextShape.Glyph
-
Returns the y-coordinate of the top side of the bounding box enclosing
this glyph.
- toString() - Method in enum com.projetloki.genesis.BorderCollapseValue
-
- toString() - Method in enum com.projetloki.genesis.BorderStyleValue
-
- toString() - Method in enum com.projetloki.genesis.CaptionSideValue
-
- toString() - Method in enum com.projetloki.genesis.ClearValue
-
- toString() - Method in enum com.projetloki.genesis.CursorValue
-
- toString() - Method in enum com.projetloki.genesis.DirectionValue
-
- toString() - Method in enum com.projetloki.genesis.DisplayValue
-
- toString() - Method in enum com.projetloki.genesis.EmptyCellsValue
-
- toString() - Method in enum com.projetloki.genesis.FloatValue
-
- toString() - Method in enum com.projetloki.genesis.FontFamilyFallback
-
- toString() - Method in enum com.projetloki.genesis.FontFormat
-
- toString() - Method in enum com.projetloki.genesis.FontStyleValue
-
- toString() - Method in enum com.projetloki.genesis.FontVariantValue
-
- toString() - Method in enum com.projetloki.genesis.FontWeightValue
-
- toString() - Method in class com.projetloki.genesis.image.Border
-
- toString() - Method in class com.projetloki.genesis.image.Color
-
- toString() - Method in class com.projetloki.genesis.image.MathVector
-
- toString() - Method in class com.projetloki.genesis.image.Point
-
- toString() - Method in class com.projetloki.genesis.image.TextShape.Glyph
-
- toString() - Method in class com.projetloki.genesis.image.TextShape
-
- toString() - Method in enum com.projetloki.genesis.ListStylePositionValue
-
- toString() - Method in enum com.projetloki.genesis.ListStyleTypeValue
-
- toString() - Method in enum com.projetloki.genesis.OutlineStyleValue
-
- toString() - Method in enum com.projetloki.genesis.OverflowValue
-
- toString() - Method in enum com.projetloki.genesis.PositionValue
-
- toString() - Method in enum com.projetloki.genesis.PseudoElement
-
- toString() - Method in class com.projetloki.genesis.Shadow
-
- toString() - Method in enum com.projetloki.genesis.TableLayoutValue
-
- toString() - Method in enum com.projetloki.genesis.TextAlignValue
-
- toString() - Method in enum com.projetloki.genesis.TextDecorationValue
-
- toString() - Method in enum com.projetloki.genesis.TextTransformValue
-
- toString() - Method in enum com.projetloki.genesis.UnicodeBidiValue
-
- toString() - Method in enum com.projetloki.genesis.VerticalAlignValue
-
- toString() - Method in enum com.projetloki.genesis.VisibilityValue
-
- toString() - Method in enum com.projetloki.genesis.WhiteSpaceValue
-
- transform(MathFunction) - Method in class com.projetloki.genesis.image.Gradient
-
Returns a gradient that applies the specified function to the values
returned by this
gradient.
- transform(double, double) - Method in class com.projetloki.genesis.image.Gradient
-
Returns a gradient that applies the specified linear function to the values
returned by this
gradient.
- TransformFunction - Class in com.projetloki.genesis
-
A geometric transformation to apply to an element.
- Transition - Class in com.projetloki.genesis
-
Transitions, which are part of the CSS3 set of specifications, provide a way
to control animation speed when changing CSS properties.
- translate(double, double) - Method in class com.projetloki.genesis.image.Point
-
Returns the translate of this point by the vector with coordinates
(dx
, dy
)
- translate(MathVector) - Method in class com.projetloki.genesis.image.Point
-
Returns the translate of this point by the specified vector.
- translate(double, double) - Method in class com.projetloki.genesis.image.Shape
-
Returns the translate of this shape by the vector with coordinates
(dx
, dy
)
- translate(MathVector) - Method in class com.projetloki.genesis.image.Shape
-
Returns the translate of this shape by the given vector.
- translatePx(int, int) - Static method in class com.projetloki.genesis.TransformFunction
-
Specifies a 2D translation by the vector [tx, ty].
- translateXPx(int) - Static method in class com.projetloki.genesis.TransformFunction
-
Specifies a 2D translation by the vector [tx, 0].
- translateYPx(int) - Static method in class com.projetloki.genesis.TransformFunction
-
Specifies a 2D translation by the vector [0, ty].
- TTY - Static variable in class com.projetloki.genesis.MediaQuery
-
Intended for media using a fixed-pitch character grid (such as teletypes,
terminals, or portable devices with limited display capabilities).
- TV - Static variable in class com.projetloki.genesis.MediaQuery
-
Intended for television-type devices (low resolution, color,
limited-scrollability screens, sound available).
- valueOf(String) - Static method in enum com.projetloki.genesis.BorderCollapseValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.BorderStyleValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.CaptionSideValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.ClearValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.CursorValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.DirectionValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.DisplayValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.EmptyCellsValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.FloatValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.FontFamilyFallback
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.FontFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.FontStyleValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.FontVariantValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.FontWeightValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.image.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.image.ImageFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.image.TangoIcon
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.LengthUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.ListStylePositionValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.ListStyleTypeValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.OutlineStyleValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.OverflowValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.PositionValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.PseudoElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.TableLayoutValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.TermType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.TextAlignValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.TextDecorationValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.TextTransformValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.UnicodeBidiValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.VerticalAlignValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.VisibilityValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.projetloki.genesis.WhiteSpaceValue
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.projetloki.genesis.BorderCollapseValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.BorderStyleValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.CaptionSideValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.ClearValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.CursorValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.DirectionValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.DisplayValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.EmptyCellsValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.FloatValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.FontFamilyFallback
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.FontFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.FontStyleValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.FontVariantValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.FontWeightValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.image.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.image.ImageFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.image.TangoIcon
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.LengthUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.ListStylePositionValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.ListStyleTypeValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.OutlineStyleValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.OverflowValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.PositionValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.PseudoElement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.TableLayoutValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.TermType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.TextAlignValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.TextDecorationValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.TextTransformValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.UnicodeBidiValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.VerticalAlignValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.VisibilityValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.projetloki.genesis.WhiteSpaceValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vee(double) - Static method in class com.projetloki.genesis.image.Shapers
-
Returns a shaper that generates a V.
- VerticalAlignValue - Enum in com.projetloki.genesis
-
Enum for the vertical-align property.
- verticalStripes(int, int) - Static method in class com.projetloki.genesis.image.Shapes
-
Returns a shape made of an infinite sequence of vertical stripes.
- VisibilityValue - Enum in com.projetloki.genesis
-
Enum for the visibility property.
- VISITED - Static variable in class com.projetloki.genesis.PseudoClass
-
Select only links that have been visited.