com.esri.arcgisws
Class AlgorithmicColorRamp

java.lang.Object
  extended by com.esri.arcgisws.ColorRamp
      extended by com.esri.arcgisws.AlgorithmicColorRamp
All Implemented Interfaces:
Serializable

public class AlgorithmicColorRamp
extends ColorRamp
implements Serializable

Java class for AlgorithmicColorRamp complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AlgorithmicColorRamp">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}ColorRamp">
       <sequence>
         <element name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FromColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}HsvColor" minOccurs="0"/>
         <element name="ToColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}HsvColor" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AlgorithmicColorRamp()
          AlgorithmicColorRamp default constructor.
AlgorithmicColorRamp(String name, String algorithm, HsvColor fromColor, HsvColor toColor)
          Deprecated. 
 
Method Summary
 String getAlgorithm()
          Gets the value of the algorithm property.
 HsvColor getFromColor()
          Gets the value of the fromColor property.
 HsvColor getToColor()
          Gets the value of the toColor property.
 void setAlgorithm(String value)
          Sets the value of the algorithm property.
 void setFromColor(HsvColor value)
          Sets the value of the fromColor property.
 void setToColor(HsvColor value)
          Sets the value of the toColor property.
 
Methods inherited from class com.esri.arcgisws.ColorRamp
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgorithmicColorRamp

@Deprecated
public AlgorithmicColorRamp(String name,
                                       String algorithm,
                                       HsvColor fromColor,
                                       HsvColor toColor)
Deprecated. 

AlgorithmicColorRamp constructor.


AlgorithmicColorRamp

public AlgorithmicColorRamp()
AlgorithmicColorRamp default constructor.

Method Detail

getAlgorithm

public String getAlgorithm()
Gets the value of the algorithm property.

Returns:
possible object is String

setAlgorithm

public void setAlgorithm(String value)
Sets the value of the algorithm property.

Parameters:
value - allowed object is String

getFromColor

public HsvColor getFromColor()
Gets the value of the fromColor property.

Returns:
possible object is HsvColor

setFromColor

public void setFromColor(HsvColor value)
Sets the value of the fromColor property.

Parameters:
value - allowed object is HsvColor

getToColor

public HsvColor getToColor()
Gets the value of the toColor property.

Returns:
possible object is HsvColor

setToColor

public void setToColor(HsvColor value)
Sets the value of the toColor property.

Parameters:
value - allowed object is HsvColor