Foxit PDF SDK  9.1
FSColorState Class Reference
Inheritance diagram for FSColorState:
FSBase

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithOther:
 Constructor, with another color state object.
More...
 
(BOOL) - isEmpty
 Check whether current object is empty or not.
More...
 
(id) - NS_UNAVAILABLE
 

Properties

FSColorfillColor
 Get or Set fill color.
More...
 
FSColorstrokeColor
 Get or Set stroke color.
More...
 

Additional Inherited Members

- Protected Attributes inherited from FSBase
BOOL swigCMemOwn
 
void * swigCPtr
 

Detailed Description

This class represents PDF color state.

Method Documentation

◆ dealloc

- (void) dealloc

Reimplemented from FSBase.

◆ getCptr

- (void*) getCptr

Reimplemented from FSBase.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

Reimplemented from FSBase.

◆ initWithOther:

- (id) initWithOther: (FSColorState*)  other

Constructor, with another color state object.

Parameters
[in]otherAnother color state object.

◆ isEmpty

- (BOOL) isEmpty

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
YES means current object is empty, while NO means not.

◆ NS_UNAVAILABLE

- (id) NS_UNAVAILABLE

Property Documentation

◆ fillColor

- (FSColor *) fillColor
readwritenonatomiccopy

Get or Set fill color.

◆ strokeColor

- (FSColor *) strokeColor
readwritenonatomiccopy

Get or Set stroke color.