Class TextDecorationRenderState

java.lang.Object
org.loboevolution.html.renderstate.RenderStateDelegator
org.loboevolution.html.renderstate.TextDecorationRenderState
All Implemented Interfaces:
RenderState

public class TextDecorationRenderState extends RenderStateDelegator

TextDecorationRenderState class.

  • Constructor Details

    • TextDecorationRenderState

      public TextDecorationRenderState(RenderState prevRenderState, int textDecorationMask)
      Instantiates a new text decoration render state.
      Parameters:
      prevRenderState - the prev render state
      textDecorationMask - the text decoration mask
  • Method Details