com.esri.arcgisws
Class CmykColor

java.lang.Object
  extended bycom.esri.arcgisws.Color
      extended bycom.esri.arcgisws.CmykColor
All Implemented Interfaces:
java.io.Serializable

public class CmykColor
extends Color
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CmykColor()
           
CmykColor(java.lang.Boolean useWindowsDithering, org.apache.axis.types.UnsignedByte alphaValue, org.apache.axis.types.UnsignedByte cyan, org.apache.axis.types.UnsignedByte magenta, org.apache.axis.types.UnsignedByte yellow, org.apache.axis.types.UnsignedByte black, boolean overprint, boolean isSpot, java.lang.String spotDescription, short spotPercent)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.UnsignedByte getBlack()
          Gets the black value for this CmykColor.
 org.apache.axis.types.UnsignedByte getCyan()
          Gets the cyan value for this CmykColor.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.UnsignedByte getMagenta()
          Gets the magenta value for this CmykColor.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSpotDescription()
          Gets the spotDescription value for this CmykColor.
 short getSpotPercent()
          Gets the spotPercent value for this CmykColor.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 org.apache.axis.types.UnsignedByte getYellow()
          Gets the yellow value for this CmykColor.
 int hashCode()
           
 boolean isIsSpot()
          Gets the isSpot value for this CmykColor.
 boolean isOverprint()
          Gets the overprint value for this CmykColor.
 void setBlack(org.apache.axis.types.UnsignedByte black)
          Sets the black value for this CmykColor.
 void setCyan(org.apache.axis.types.UnsignedByte cyan)
          Sets the cyan value for this CmykColor.
 void setIsSpot(boolean isSpot)
          Sets the isSpot value for this CmykColor.
 void setMagenta(org.apache.axis.types.UnsignedByte magenta)
          Sets the magenta value for this CmykColor.
 void setOverprint(boolean overprint)
          Sets the overprint value for this CmykColor.
 void setSpotDescription(java.lang.String spotDescription)
          Sets the spotDescription value for this CmykColor.
 void setSpotPercent(short spotPercent)
          Sets the spotPercent value for this CmykColor.
 void setYellow(org.apache.axis.types.UnsignedByte yellow)
          Sets the yellow value for this CmykColor.
 
Methods inherited from class com.esri.arcgisws.Color
getAlphaValue, getUseWindowsDithering, setAlphaValue, setUseWindowsDithering
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmykColor

public CmykColor()

CmykColor

public CmykColor(java.lang.Boolean useWindowsDithering,
                 org.apache.axis.types.UnsignedByte alphaValue,
                 org.apache.axis.types.UnsignedByte cyan,
                 org.apache.axis.types.UnsignedByte magenta,
                 org.apache.axis.types.UnsignedByte yellow,
                 org.apache.axis.types.UnsignedByte black,
                 boolean overprint,
                 boolean isSpot,
                 java.lang.String spotDescription,
                 short spotPercent)
Method Detail

getCyan

public org.apache.axis.types.UnsignedByte getCyan()
Gets the cyan value for this CmykColor.

Returns:
cyan

setCyan

public void setCyan(org.apache.axis.types.UnsignedByte cyan)
Sets the cyan value for this CmykColor.

Parameters:
cyan -

getMagenta

public org.apache.axis.types.UnsignedByte getMagenta()
Gets the magenta value for this CmykColor.

Returns:
magenta

setMagenta

public void setMagenta(org.apache.axis.types.UnsignedByte magenta)
Sets the magenta value for this CmykColor.

Parameters:
magenta -

getYellow

public org.apache.axis.types.UnsignedByte getYellow()
Gets the yellow value for this CmykColor.

Returns:
yellow

setYellow

public void setYellow(org.apache.axis.types.UnsignedByte yellow)
Sets the yellow value for this CmykColor.

Parameters:
yellow -

getBlack

public org.apache.axis.types.UnsignedByte getBlack()
Gets the black value for this CmykColor.

Returns:
black

setBlack

public void setBlack(org.apache.axis.types.UnsignedByte black)
Sets the black value for this CmykColor.

Parameters:
black -

isOverprint

public boolean isOverprint()
Gets the overprint value for this CmykColor.

Returns:
overprint

setOverprint

public void setOverprint(boolean overprint)
Sets the overprint value for this CmykColor.

Parameters:
overprint -

isIsSpot

public boolean isIsSpot()
Gets the isSpot value for this CmykColor.

Returns:
isSpot

setIsSpot

public void setIsSpot(boolean isSpot)
Sets the isSpot value for this CmykColor.

Parameters:
isSpot -

getSpotDescription

public java.lang.String getSpotDescription()
Gets the spotDescription value for this CmykColor.

Returns:
spotDescription

setSpotDescription

public void setSpotDescription(java.lang.String spotDescription)
Sets the spotDescription value for this CmykColor.

Parameters:
spotDescription -

getSpotPercent

public short getSpotPercent()
Gets the spotPercent value for this CmykColor.

Returns:
spotPercent

setSpotPercent

public void setSpotPercent(short spotPercent)
Sets the spotPercent value for this CmykColor.

Parameters:
spotPercent -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Color

hashCode

public int hashCode()
Overrides:
hashCode in class Color

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer