Package com.oorian.css


package com.oorian.css
  • Class
    Description
    CSS align-content property values for flexbox container cross-axis alignment.
    CSS align-items property values for flexbox item cross-axis alignment.
    CSS align-self property values for individual flexbox item alignment.
    CSS animation-direction property values controlling animation playback direction.
    CSS animation-fill-mode property values for animation state before/after execution.
    CSS animation properties interface for defining keyframe animations.
    CSS animation-iteration-count property values for animation repeat count.
    CSS animation-play-state property values for controlling animation execution.
    CSS animation-timing-function property values for animation speed curves.
    CSS aspect-ratio property keyword values for element aspect ratios.
    CSS backface-visibility property values for 3D transform visibility.
    CSS background-attachment property values for background scrolling behavior.
    CSS background-blend-mode property values for blending background layers.
    CSS background-clip property values defining background painting area.
    CSS background-color property keyword values.
    CSS background properties interface for styling element backgrounds.
    CSS background-origin property values defining background positioning area.
    CSS background-position property keyword values for image positioning.
    CSS background-repeat property values for image tiling behavior.
    CSS background-size property keyword values for image sizing.
    Mutable CSS border configuration for HTML elements.
    CSS border-collapse property values for table border rendering.
    BorderIntf<T extends BorderIntf<T>>
    CSS property setters for border properties.
    CSS border-style property values for border line appearance.
    CSS border-width property keyword values.
    A builder for composing CSS box-shadow and text-shadow property values.
    CSS box-sizing property values for element size calculation.
    CSS caption-side property values for table caption placement.
    Represents a CSS rule that targets elements by their class attribute.
    CSS clear property values for controlling element positioning around floats.
    A builder for composing CSS clip-path property values.
    CSS column-fill property values for multi-column content distribution.
    CSS column-rule-style property values for column rule appearance.
    CSS column-rule-width property values for column rule thickness.
    Enumeration of CSS selector combinators used to express relationships between elements.
    CSS property setters for CSS counter properties.
    Abstract base class for all dynamic CSS elements in the stylesheet hierarchy.
    Abstract base class for generating CSS files dynamically at runtime.
    Represents a CSS @media query for applying conditional styles based on device characteristics.
    Represents a CSS rule with selectors and style declarations.
    Builder class for constructing complex CSS selectors programmatically.
    Main CSS style container that implements all CSS property setter interfaces.
    Represents a dynamic CSS stylesheet that can contain rules, keyframes, media queries, and nested stylesheets.
    CSS cursor property values for mouse pointer appearance.
    CSS display property values for element rendering behavior.
    Represents a CSS rule that targets HTML elements by their tag name.
    CSS empty-cells property values for table empty cell display.
    A builder for composing CSS filter property values.
    CSS flex-direction property values for flexbox main axis direction.
    CSS flex-wrap property values for flexbox item wrapping behavior.
    CSS float property values for element floating behavior.
    Mutable configuration class for CSS font properties.
    CSS font-family property values for common web-safe fonts.
    CSS font-stretch property values for font width selection.
    CSS font-style property values for text styling.
    CSS font-variant property values for text variation effects.
    CSS font-weight property values for text boldness.
    A builder for composing CSS gradient values.
    CSS hanging-punctuation property values for punctuation placement.
    Represents a CSS rule that targets elements by their ID attribute.
    CSS justify-content property values for flexbox main axis alignment.
    Represents a keyframe rule within a CSS @keyframes animation definition.
    Represents a CSS @keyframes animation rule for defining animation sequences.
    CSS list-style-position property values for list marker placement.
    CSS list-style-type property values for list marker appearance.
    CSS object-fit property values for replaced element sizing.
    CSS origin position values for transform and background positioning.
    CSS outline-style property values for outline appearance.
    CSS outline-width property values for outline thickness.
    CSS overflow property values for content overflow handling.
    CSS page-break-after property values for print page breaking.
    CSS page-break-before property values for print page breaking.
    CSS page-break-inside property values for print page breaking.
    CSS property setters for paged media properties.
    CSS pointer-events property values for controlling pointer interactions.
    CSS position property values for element positioning method.
    CSS resize property values for element resizability.
    CSS scroll-behavior property values for controlling scroll animation.
    CSS table-layout property values for table layout algorithm.
    Represents a CSS rule that targets HTML elements by their tag name.
    CSS text-align property values for horizontal text alignment.
    CSS text-align-last property values for last line alignment.
    CSS text-decoration property values for text line decorations.
    CSS text-decoration-line property values for text decoration type.
    CSS text-decoration-style property values for text decoration appearance.
    CSS direction property values for text directionality.
    CSS text-justify property values for justification method.
    CSS text-overflow property values for handling overflowed text.
    CSS text-transform property values for text capitalization.
    A builder for composing CSS transform property values.
    CSS transform-style property values for 3D transform rendering.
    CSS transition-timing-function property values for animation easing.
    CSS unicode-bidi property values for bidirectional text handling.
    CSS user-select property values for controlling text selection.
    CSS vertical-align property values for vertical positioning.
    CSS visibility property values for element visibility control.
    CSS white-space property values for whitespace handling.
    CSS word-break property values for line breaking rules.
    CSS word-wrap (overflow-wrap) property values for word breaking.