com.esri.arcgisws
Class HsvColor

java.lang.Object
  extended by com.esri.arcgisws.Color
      extended by com.esri.arcgisws.HsvColor
All Implemented Interfaces:
Serializable

public class HsvColor
extends Color
implements Serializable

Java class for HsvColor complex type.

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

 <complexType name="HsvColor">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Color">
       <sequence>
         <element name="Hue" type="{http://www.w3.org/2001/XMLSchema}short"/>
         <element name="Saturation" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
HsvColor()
          HsvColor default constructor.
HsvColor(Boolean useWindowsDithering, Short alphaValue, short hue, short saturation, short value)
          Deprecated. 
 
Method Summary
 short getHue()
          Gets the value of the hue property.
 short getSaturation()
          Gets the value of the saturation property.
 short getValue()
          Gets the value of the value property.
 void setHue(short value)
          Sets the value of the hue property.
 void setSaturation(short value)
          Sets the value of the saturation property.
 void setValue(short value)
          Sets the value of the value property.
 
Methods inherited from class com.esri.arcgisws.Color
getAlphaValue, getUseWindowsDithering, isUseWindowsDithering, setAlphaValue, setUseWindowsDithering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HsvColor

@Deprecated
public HsvColor(Boolean useWindowsDithering,
                           Short alphaValue,
                           short hue,
                           short saturation,
                           short value)
Deprecated. 

HsvColor constructor.


HsvColor

public HsvColor()
HsvColor default constructor.

Method Detail

getHue

public short getHue()
Gets the value of the hue property.


setHue

public void setHue(short value)
Sets the value of the hue property.


getSaturation

public short getSaturation()
Gets the value of the saturation property.


setSaturation

public void setSaturation(short value)
Sets the value of the saturation property.


getValue

public short getValue()
Gets the value of the value property.


setValue

public void setValue(short value)
Sets the value of the value property.