All Implemented Interfaces:
Serializable

public class Aria extends ChartObservableObject
Aria is options for the Accessible Rich Internet Applications Suite, which is dedicated to making web content and web applications accessible.
It is turned off by default and needs to be turned on by setting setEnabled(Boolean) to true.
More detailed information is provided in the documentation.
See Also:
  • Field Details

  • Constructor Details

    • Aria

      public Aria()
  • Method Details

    • getEnabled

      public @Nullable Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getLabel

      public @Nullable Aria.Label getLabel()
    • setLabel

      public void setLabel(Aria.Label label)
    • getDecal

      public @Nullable Aria.Decal getDecal()
    • setDecal

      public void setDecal(Aria.Decal decal)
    • withEnabled

      public Aria withEnabled(Boolean enabled)
    • withLabel

      public Aria withLabel(Aria.Label label)
    • withDecal

      public Aria withDecal(Aria.Decal decal)