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

com.extjs.gxt.charts.client.model.charts.dots.HollowDot Maven / Gradle / Ivy

/*
 * Ext GWT - Ext for GWT
 * Copyright(c) 2007-2009, Ext JS, LLC.
 * [email protected]
 * 
 * http://extjs.com/license
 */
package com.extjs.gxt.charts.client.model.charts.dots;

/**
 * OFC Hollow Dot
 */
public class HollowDot extends BaseDot {

  public HollowDot() {
    this(null);
  }

  public HollowDot(Number value) {
    super("hollow-dot", value);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy