Java com.lowagie.text.rtf.style RtfColor fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.rtf.style RtfColor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.rtf.style RtfColor.

The text is from its open source code.

Constructor

RtfColor(RtfDocument doc, RtfColor col)
Constructs a RtfColor as a clone of an existing RtfColor
RtfColor(RtfDocument doc, Color col)
Constructs a RtfColor based on the Color
RtfColor(RtfDocument doc, int red, int green, int blue)
Constructs a RtfColor based on the red/green/blue values