Package tripleplay.ui

Interface Style.EffectFactory

All Known Implementing Classes:
Style.TextEffect
Enclosing class:
Style<V>

public static interface Style.EffectFactory
Used to create text effects.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the effect renderer to be used by this factory.
  • Method Details

    • createEffectRenderer

      EffectRenderer createEffectRenderer(Element<?> elem)
      Creates the effect renderer to be used by this factory.