public class DeviceViewportMapping extends Command
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceViewportMapping.Horizontalalignment |
static class |
DeviceViewportMapping.Isotropy |
static class |
DeviceViewportMapping.Verticalalignment |
| Constructor and Description |
|---|
DeviceViewportMapping(CgmFile container) |
DeviceViewportMapping(CgmFile container,
DeviceViewportMapping.Isotropy isotropy,
DeviceViewportMapping.Horizontalalignment horzAlignment,
DeviceViewportMapping.Verticalalignment vertAlignment) |
| Modifier and Type | Method and Description |
|---|---|
DeviceViewportMapping.Horizontalalignment |
getHorizontalAlignment() |
DeviceViewportMapping.Isotropy |
getIsotropyValue() |
DeviceViewportMapping.Verticalalignment |
getVerticalAlignment() |
void |
readFromBinary(IBinaryReader reader)
Reads the binary data from the reader
|
void |
setHorizontalAlignment(DeviceViewportMapping.Horizontalalignment value) |
void |
setIsotropyValue(DeviceViewportMapping.Isotropy value) |
void |
setVerticalAlignment(DeviceViewportMapping.Verticalalignment value) |
void |
writeAsBinary(IBinaryWriter writer)
Writes/exports the command as binary mode
|
void |
writeAsClearText(IClearTextWriter writer)
Writes/exports the command as clear text mode
|
assert_, getElementClass, getElementId, toStringpublic DeviceViewportMapping(CgmFile container)
public DeviceViewportMapping(CgmFile container, DeviceViewportMapping.Isotropy isotropy, DeviceViewportMapping.Horizontalalignment horzAlignment, DeviceViewportMapping.Verticalalignment vertAlignment)
public final DeviceViewportMapping.Isotropy getIsotropyValue()
public final void setIsotropyValue(DeviceViewportMapping.Isotropy value)
public final DeviceViewportMapping.Horizontalalignment getHorizontalAlignment()
public final void setHorizontalAlignment(DeviceViewportMapping.Horizontalalignment value)
public final DeviceViewportMapping.Verticalalignment getVerticalAlignment()
public final void setVerticalAlignment(DeviceViewportMapping.Verticalalignment value)
public void readFromBinary(IBinaryReader reader)
CommandReads the binary data from the reader
readFromBinary in class Commandpublic void writeAsBinary(IBinaryWriter writer)
CommandWrites/exports the command as binary mode
writeAsBinary in class Commandwriter - The writer to write the binary content to.public void writeAsClearText(IClearTextWriter writer)
CommandWrites/exports the command as clear text mode
writeAsClearText in class Commandwriter - The text writer to write the clear text to.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.