|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.Color
|
+--com.cete.dynamicpdf.DeviceColor
Represents the base class for which all solid colors are derived.
Licensing:
This class is a DynamicPDF Generator Community Edition feature.
| Constructor Summary | |
DeviceColor()
|
|
| Method Summary | |
void |
drawFill(PageWriter writer)
Draws the color data to the given PageWriter object. |
void |
drawStroke(PageWriter writer)
Draws the color data to the given PageWriter object. |
abstract int |
getComponents()
Gets the number of components for the device color. |
abstract void |
toStringBuffer(java.lang.StringBuffer stringBuffer)
Appends the color information to the given stringBuffer object. |
| Methods inherited from class com.cete.dynamicpdf.Color |
drawFill, drawStroke, equals, getColorSpace, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DeviceColor()
| Method Detail |
public void drawStroke(PageWriter writer)
PageWriter object.
drawStroke in class Colorwriter - PageWriter object to receive the color data.PageWriterpublic void drawFill(PageWriter writer)
PageWriter object.
drawFill in class Colorwriter - PageWriter object to receive the color data.PageWriterpublic abstract void toStringBuffer(java.lang.StringBuffer stringBuffer)
stringBuffer object.
stringBuffer - to receive the color information.public abstract int getComponents()
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||