Packageorg.purepdf.colors
Classpublic class PatternColor
InheritancePatternColor Inheritance ExtendedColor Inheritance RGBColor Inheritance it.sephiroth.utils.ObjectHash



Public Properties
 PropertyDefined By
 Inheritedalpha : int
[read-only]
RGBColor
 Inheritedblue : int
[read-only]
RGBColor
 Inheritedgreen : int
[read-only]
RGBColor
  painter : PdfPatternPainter
[read-only]
PatternColor
 Inheritedred : int
[read-only]
RGBColor
 Inheritedrgb : int
[read-only]
RGBColor
 Inheritedtype : int
[read-only]
ExtendedColor
Protected Properties
 PropertyDefined By
 Inherited_type : int
ExtendedColor
Public Methods
 MethodDefined By
  
PatternColor
 Inherited
RGBColor
  
equals(obj:Object):Boolean
[override]
PatternColor
 Inherited
fromARGB(value:int):RGBColor
[static]
RGBColor
 Inherited
getType(color:RGBColor):int
[static]
ExtendedColor
  
hashCode():int
[override]
PatternColor
 Inherited
normalize(value:Number):Number
[static]
ExtendedColor
 Inherited
setValue(red:int = 0, green:int = 0, blue:int = 0, alpha:int = 255):void
RGBColor
 Inherited
validate(color:int):void
RGBColor
Public Constants
 ConstantDefined By
 InheritedBLACK : RGBColor
[static]
RGBColor
 InheritedBLUE : RGBColor
[static]
RGBColor
 InheritedCYAN : RGBColor
[static]
RGBColor
 InheritedDARK_GRAY : RGBColor
[static]
RGBColor
 InheritedGRAY : RGBColor
[static]
RGBColor
 InheritedGREEN : RGBColor
[static]
RGBColor
 InheritedLIGHT_GRAY : RGBColor
[static]
RGBColor
 InheritedMAGENTA : RGBColor
[static]
RGBColor
 InheritedORANGE : RGBColor
[static]
RGBColor
 InheritedPINK : RGBColor
[static]
RGBColor
 InheritedRED : RGBColor
[static]
RGBColor
 InheritedTYPE_CMYK : int = 2
[static]
ExtendedColor
 InheritedTYPE_GRAY : int = 1
[static]
ExtendedColor
 InheritedTYPE_PATTERN : int = 4
[static]
ExtendedColor
 InheritedTYPE_RGB : int = 0
[static]
ExtendedColor
 InheritedTYPE_SEPARATION : int = 3
[static]
ExtendedColor
 InheritedTYPE_SHADING : int = 5
[static]
ExtendedColor
 InheritedWHITE : RGBColor
[static]
RGBColor
 InheritedYELLOW : RGBColor
[static]
RGBColor
Property Detail
painterproperty
painter:PdfPatternPainter  [read-only]


Implementation
    public function get painter():PdfPatternPainter
Constructor Detail
PatternColor()Constructor
public function PatternColor(p:PdfPatternPainter)



Parameters
p:PdfPatternPainter
Method Detail
equals()method
override public function equals(obj:Object):Boolean

Parameters

obj:Object

Returns
Boolean
hashCode()method 
override public function hashCode():int

Returns
int