接口 IColorStops

所有超级接口:
Iterable<IColorStop>

public interface IColorStops extends Iterable<IColorStop>
Represents a collection of all the IColorStop objects for thespecified series.
  • 方法详细资料

    • get

      IColorStop get(int index)
      Returns the IColorStop object from a collection.
      参数:
      index - Specifies the position of an element in the collection.
    • getCount

      int getCount()
      Gets the number of represented objects.
    • add

      IColorStop add(double position)
      Adds an IColorStop object to the specified collection.
      参数:
      position - Represents the position in which to apply the color stop.
    • clear

      void clear()
      Clears the represented object.