Packages

o

fabric.styling

selectorset

object selectorset extends MakeSelectors

Helper to create entries for the selectors propert on IRawStyle.

Linear Supertypes
MakeSelectors, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. selectorset
  2. MakeSelectors
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def any(selects: (String, Any)*): ISelectorSet

    Create a selector set out of any values.

    Create a selector set out of any values. Experts only!

    Definition Classes
    MakeSelectors
  2. def apply(): UndefOr[ISelectorSet]

    Create an undefined selector set.

    Create an undefined selector set.

    Definition Classes
    MakeSelectors
  3. def apply(selects: (String, IStyle)*): ISelectorSet

    Create a selector set of styles.

    Create a selector set of styles.

    Definition Classes
    MakeSelectors
  4. def empty: ISelectorSet

    Create an empty selector set.

    Create an empty selector set. You can add or remove from it.

    Definition Classes
    MakeSelectors