| Modifier and Type | Method and Description |
|---|---|
SpecificationMode |
CgmFile.getEdgeWidthSpecificationMode()
Gets or sets the current reading EdgeWidthSpecificationMode
|
SpecificationMode |
CgmFile.getInteriorStyleSpecificationMode()
Gets or sets the current reading interior style SpecificationMode
|
SpecificationMode |
CgmFile.getLineWidthSpecificationMode()
Gets or sets the current reading LineWidthSpecificationMode
|
SpecificationMode |
CgmFile.getMarkerSizeSpecificationMode()
Gets or sets the current reading MarkerSizeSpecificationMode
|
| Modifier and Type | Method and Description |
|---|---|
double |
IBinaryReader.readSizeSpecification(SpecificationMode edgeWidthSpecificationMode) |
void |
CgmFile.setEdgeWidthSpecificationMode(SpecificationMode value)
Gets or sets the current reading EdgeWidthSpecificationMode
|
void |
CgmFile.setInteriorStyleSpecificationMode(SpecificationMode value)
Gets or sets the current reading interior style SpecificationMode
|
void |
CgmFile.setLineWidthSpecificationMode(SpecificationMode value)
Gets or sets the current reading LineWidthSpecificationMode
|
void |
CgmFile.setMarkerSizeSpecificationMode(SpecificationMode value)
Gets or sets the current reading MarkerSizeSpecificationMode
|
void |
IBinaryWriter.writeSizeSpecification(double data,
SpecificationMode specificationMode) |
| Modifier and Type | Method and Description |
|---|---|
SpecificationMode |
LineWidthSpecificationMode.getMode() |
SpecificationMode |
EdgeWidthSpecificationMode.getMode() |
SpecificationMode |
InteriorStyleSpecificationMode.getMode() |
SpecificationMode |
MarkerSizeSpecificationMode.getMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineWidthSpecificationMode.setMode(SpecificationMode value) |
void |
EdgeWidthSpecificationMode.setMode(SpecificationMode value) |
void |
InteriorStyleSpecificationMode.setMode(SpecificationMode value) |
void |
MarkerSizeSpecificationMode.setMode(SpecificationMode value) |
| Constructor and Description |
|---|
EdgeWidthSpecificationMode(CgmFile container,
SpecificationMode mode) |
InteriorStyleSpecificationMode(CgmFile container,
SpecificationMode mode) |
LineWidthSpecificationMode(CgmFile container,
SpecificationMode mode) |
MarkerSizeSpecificationMode(CgmFile container,
SpecificationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
static SpecificationMode |
SpecificationModeTools.getMode(int mode) |
static SpecificationMode |
SpecificationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecificationMode[] |
SpecificationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBinaryWriter.writeSizeSpecification(double data,
SpecificationMode specificationMode) |
| Modifier and Type | Method and Description |
|---|---|
double |
DefaultBinaryReader.readSizeSpecification(SpecificationMode edgeWidthSpecificationMode) |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.