All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.java.html.lib.snapsvg.Snap.RGBHSB Maven / Gradle / Ivy

The newest version!
package net.java.html.lib.snapsvg.Snap;
public class RGBHSB extends net.java.html.lib.Objs {
  protected RGBHSB(net.java.html.lib.Objs.Constructor c, java.lang.Object js) {
    super(c, js);
  }
  private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
    $Constructor() {
      super(RGBHSB.class);
    }
    @Override
    public RGBHSB create(java.lang.Object obj) {
      return obj == null ? null : new RGBHSB(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static RGBHSB $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public net.java.html.lib.Objs.Property r = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "r");
  public java.lang.Number r() { return r.get(); }
  public net.java.html.lib.Objs.Property g = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "g");
  public java.lang.Number g() { return g.get(); }
  public net.java.html.lib.Objs.Property b = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "b");
  public java.lang.Number b() { return b.get(); }
  public net.java.html.lib.Objs.Property hex = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "hex");
  public java.lang.String hex() { return hex.get(); }
  public net.java.html.lib.Objs.Property error = net.java.html.lib.Objs.Property.create(this, java.lang.Boolean.class, "error");
  public java.lang.Boolean error() { return error.get(); }
  public net.java.html.lib.Objs.Property h = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "h");
  public java.lang.Number h() { return h.get(); }
  public net.java.html.lib.Objs.Property s = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "s");
  public java.lang.Number s() { return s.get(); }
  public net.java.html.lib.Objs.Property v = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "v");
  public java.lang.Number v() { return v.get(); }
  public net.java.html.lib.Objs.Property l = net.java.html.lib.Objs.Property.create(this, java.lang.Number.class, "l");
  public java.lang.Number l() { return l.get(); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy