public abstract class RGBColourHelper
extends java.lang.Object
コンストラクタと説明 |
---|
RGBColourHelper() |
修飾子とタイプ | メソッドと説明 |
---|---|
static RGBColour |
extract(org.omg.CORBA.Any a) |
static java.lang.String |
id() |
static void |
insert(org.omg.CORBA.Any a,
RGBColour that) |
static RGBColour |
read(org.omg.CORBA.portable.InputStream istream) |
static org.omg.CORBA.TypeCode |
type() |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
RGBColour value) |
public static void insert(org.omg.CORBA.Any a, RGBColour that)
public static RGBColour extract(org.omg.CORBA.Any a)
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static RGBColour read(org.omg.CORBA.portable.InputStream istream)
public static void write(org.omg.CORBA.portable.OutputStream ostream, RGBColour value)