| Modifier and Type | Method and Description |
|---|---|
CgmColor |
IBinaryReader.readColor() |
CgmColor |
IBinaryReader.readColor(int localColorPrecision) |
| Modifier and Type | Method and Description |
|---|---|
void |
IBinaryWriter.writeColor(CgmColor color) |
void |
IBinaryWriter.writeColor(CgmColor color,
int localColorPrecision) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CgmColor.equals(CgmColor other) |
| Modifier and Type | Method and Description |
|---|---|
CgmColor |
BitonalTile.getBackgroundcolor() |
CgmColor |
MarkerRepresentation.getColor() |
CgmColor |
FillRepresentation.getColor() |
CgmColor |
LineRepresentation.getColor() |
CgmColor |
TextRepresentation.getColor() |
CgmColor |
TransparentCellColour.getColor() |
CgmColor |
ColourCommand.getColor() |
CgmColor[] |
CellArray.getColors()
either the colors are filled or the colorIndexes depending on the color selection mode
|
CgmColor |
EdgeRepresentation.getEdgeColor() |
CgmColor |
BitonalTile.getForegroundcolor() |
| Modifier and Type | Method and Description |
|---|---|
List<CgmColor> |
PatternTable.getColors() |
List<CgmColor> |
InterpolatedInterior.getColors() |
| Modifier and Type | Method and Description |
|---|---|
void |
MarkerRepresentation.setColor(CgmColor value) |
void |
FillRepresentation.setColor(CgmColor value) |
void |
LineRepresentation.setColor(CgmColor value) |
void |
TextRepresentation.setColor(CgmColor value) |
void |
TransparentCellColour.setColor(CgmColor value) |
void |
ColourCommand.setColor(CgmColor value) |
void |
EdgeRepresentation.setEdgeColor(CgmColor value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternTable.setColors(List<CgmColor> value) |
void |
InterpolatedInterior.setColors(List<CgmColor> value) |
| Constructor and Description |
|---|
AuxiliaryColour(CgmFile container,
CgmColor color) |
BitonalTile(CgmFile container,
CompressionType compressionType,
int rowPaddingIndicator,
CgmColor backgroundcolor,
CgmColor foregroundcolor,
StructuredDataRecord sdr,
byte[] image) |
CellArray(CgmFile container,
int repesentationFlag,
int nx,
int ny,
CgmPoint p,
CgmPoint q,
CgmPoint r,
int localColorPrecision,
CgmColor[] colors) |
EdgeColour(CgmFile container,
CgmColor color) |
EdgeRepresentation(CgmFile container,
int index,
int type,
double width,
CgmColor color) |
FillColour(CgmFile container,
CgmColor color) |
FillRepresentation(CgmFile container,
int index,
int style,
CgmColor color,
int hatchIndex,
int patternIndex) |
LineColour(CgmFile container,
CgmColor color) |
LineRepresentation(CgmFile container,
int index,
int lineType,
double width,
CgmColor color) |
MarkerColour(CgmFile container,
CgmColor color) |
MarkerRepresentation(CgmFile container,
int index,
int type,
double size,
CgmColor color) |
SymbolColour(CgmFile container,
CgmColor color) |
TextColour(CgmFile container,
CgmColor color) |
TextRepresentation(CgmFile container,
int bundleIndex,
int fontIndex,
TextPrecisionType precision,
double spacing,
double expansion,
CgmColor color) |
TransparentCellColour(CgmFile container,
boolean indicator,
CgmColor color) |
| Constructor and Description |
|---|
InterpolatedInterior(CgmFile container,
int style,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Double> geoX,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Double> geoY,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Double> stageDesignators,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<CgmColor> colors) |
PatternTable(CgmFile container,
int index,
int nx,
int ny,
int localColorPrecision,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<CgmColor> colors) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBinaryWriter.writeColor(CgmColor color) |
void |
DefaultBinaryWriter.writeColor(CgmColor color,
int localColorPrecision) |
| Modifier and Type | Method and Description |
|---|---|
CgmColor |
DefaultBinaryReader.readColor() |
CgmColor |
DefaultBinaryReader.readColor(int localColorPrecision) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.