public class CadPlotSettings extends CadBaseObject
The Cad Plot Settings object.
Constructor and Description |
---|
CadPlotSettings()
Initializes a new instance of the
CadPlotSettings class. |
Modifier and Type | Method and Description |
---|---|
double |
getBottomSize()
Gets or sets the size of the bottom.
|
String |
getCurrentStyleSheet()
Gets or sets the current style sheet.
|
double |
getCustomPrintScaleDenominator()
Gets or sets the custom print scale denominator.
|
double |
getCustomPrintScaleNumerator()
Gets or sets the custom print scale numerator.
|
double |
getLeftSideSize()
Gets or sets the size of the left side.
|
String |
getPageSetupName()
Gets or sets the name of the page setup.
|
Cad2DPoint |
getPaperImageOrigin()
Gets or sets the paper image origin.
|
String |
getPaperSize()
Gets or sets the size of the paper.
|
short |
getPlotLayoutFlag()
Gets or sets the plot layout flag.
|
Cad2DPoint |
getPlotOrigin()
Gets or sets the plot origin.
|
CadSize |
getPlotPaperSize()
Gets or sets the size of the plot paper.
|
short |
getPlotPaperUnits()
Gets or sets the plot paper units.
|
short |
getPlotRotation()
Gets or sets the plot rotation.
|
short |
getPlotType()
Gets or sets the type of the plot.
|
String |
getPlotViewName()
Gets or sets the name of the plot view.
|
Cad2DPoint |
getPlotWindowArea1()
Gets or sets the plot window area1.
|
Cad2DPoint |
getPlotWindowArea2()
Gets or sets the plot window area2.
|
String |
getPrinterOrConfigurationFileName()
Gets or sets the name of the printer or configuration file.
|
double |
getRightSideSize()
Gets or sets the size of the right side.
|
short |
getShadePlotCustomDpi()
Gets or sets the shade plot custom dpi.
|
String |
getShadePlotHandle()
Gets or sets the shade plot handle.
|
short |
getShadePlotMode()
Gets or sets the shade plot mode.
|
short |
getShadePlotResolutionLevel()
Gets or sets the shade plot resolution level.
|
short |
getStandardScaleType()
Gets or sets the type of the standard scale.
|
double |
getStandardScaleTypeFactor()
Gets or sets the standard scale type factor.
|
double |
getTopSize()
Gets or sets the size of the top.
|
void |
setBottomSize(double value)
Gets or sets the size of the bottom.
|
void |
setCurrentStyleSheet(String value)
Gets or sets the current style sheet.
|
void |
setCustomPrintScaleDenominator(double value)
Gets or sets the custom print scale denominator.
|
void |
setCustomPrintScaleNumerator(double value)
Gets or sets the custom print scale numerator.
|
void |
setLeftSideSize(double value)
Gets or sets the size of the left side.
|
void |
setPageSetupName(String value)
Gets or sets the name of the page setup.
|
void |
setPaperImageOrigin(Cad2DPoint value)
Gets or sets the paper image origin.
|
void |
setPaperSize(String value)
Gets or sets the size of the paper.
|
void |
setPlotLayoutFlag(short value)
Gets or sets the plot layout flag.
|
void |
setPlotOrigin(Cad2DPoint value)
Gets or sets the plot origin.
|
void |
setPlotPaperSize(CadSize value)
Gets or sets the size of the plot paper.
|
void |
setPlotPaperUnits(short value)
Gets or sets the plot paper units.
|
void |
setPlotRotation(short value)
Gets or sets the plot rotation.
|
void |
setPlotType(short value)
Gets or sets the type of the plot.
|
void |
setPlotViewName(String value)
Gets or sets the name of the plot view.
|
void |
setPlotWindowArea1(Cad2DPoint value)
Gets or sets the plot window area1.
|
void |
setPlotWindowArea2(Cad2DPoint value)
Gets or sets the plot window area2.
|
void |
setPrinterOrConfigurationFileName(String value)
Gets or sets the name of the printer or configuration file.
|
void |
setRightSideSize(double value)
Gets or sets the size of the right side.
|
void |
setShadePlotCustomDpi(short value)
Gets or sets the shade plot custom dpi.
|
void |
setShadePlotHandle(String value)
Gets or sets the shade plot handle.
|
void |
setShadePlotMode(short value)
Gets or sets the shade plot mode.
|
void |
setShadePlotResolutionLevel(short value)
Gets or sets the shade plot resolution level.
|
void |
setStandardScaleType(short value)
Gets or sets the type of the standard scale.
|
void |
setStandardScaleTypeFactor(double value)
Gets or sets the standard scale type factor.
|
void |
setTopSize(double value)
Gets or sets the size of the top.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadPlotSettings()
Initializes a new instance of the CadPlotSettings
class.
public final String getShadePlotHandle()
Gets or sets the shade plot handle.
public final void setShadePlotHandle(String value)
Gets or sets the shade plot handle.
value
- The shade plot handle.public final Cad2DPoint getPaperImageOrigin()
Gets or sets the paper image origin.
public final void setPaperImageOrigin(Cad2DPoint value)
Gets or sets the paper image origin.
value
- The paper image origin.public final double getStandardScaleTypeFactor()
Gets or sets the standard scale type factor.
public final void setStandardScaleTypeFactor(double value)
Gets or sets the standard scale type factor.
value
- The standard scale type factor.public final short getShadePlotCustomDpi()
Gets or sets the shade plot custom dpi.
public final void setShadePlotCustomDpi(short value)
Gets or sets the shade plot custom dpi.
value
- The shade plot custom dpi.public final short getShadePlotResolutionLevel()
Gets or sets the shade plot resolution level.
public final void setShadePlotResolutionLevel(short value)
Gets or sets the shade plot resolution level.
value
- The shade plot resolution level.public final short getShadePlotMode()
Gets or sets the shade plot mode.
public final void setShadePlotMode(short value)
Gets or sets the shade plot mode.
value
- The shade plot mode.public final short getStandardScaleType()
Gets or sets the type of the standard scale.
public final void setStandardScaleType(short value)
Gets or sets the type of the standard scale.
value
- The type of the standard scale.public final String getCurrentStyleSheet()
Gets or sets the current style sheet.
public final void setCurrentStyleSheet(String value)
Gets or sets the current style sheet.
value
- The current style sheet.public final short getPlotType()
Gets or sets the type of the plot.
public final void setPlotType(short value)
Gets or sets the type of the plot.
value
- The type of the plot.public final short getPlotRotation()
Gets or sets the plot rotation.
public final void setPlotRotation(short value)
Gets or sets the plot rotation.
value
- The plot rotation.public final short getPlotPaperUnits()
Gets or sets the plot paper units.
public final void setPlotPaperUnits(short value)
Gets or sets the plot paper units.
value
- The plot paper units.public final short getPlotLayoutFlag()
Gets or sets the plot layout flag.
public final void setPlotLayoutFlag(short value)
Gets or sets the plot layout flag.
value
- The plot layout flag.public final double getCustomPrintScaleDenominator()
Gets or sets the custom print scale denominator.
public final void setCustomPrintScaleDenominator(double value)
Gets or sets the custom print scale denominator.
value
- The custom print scale denominator.public final double getCustomPrintScaleNumerator()
Gets or sets the custom print scale numerator.
public final void setCustomPrintScaleNumerator(double value)
Gets or sets the custom print scale numerator.
value
- The custom print scale numerator.public final Cad2DPoint getPlotWindowArea2()
Gets or sets the plot window area2.
public final void setPlotWindowArea2(Cad2DPoint value)
Gets or sets the plot window area2.
value
- The plot window area2.public final Cad2DPoint getPlotWindowArea1()
Gets or sets the plot window area1.
public final void setPlotWindowArea1(Cad2DPoint value)
Gets or sets the plot window area1.
value
- The plot window area1.public final Cad2DPoint getPlotOrigin()
Gets or sets the plot origin.
public final void setPlotOrigin(Cad2DPoint value)
Gets or sets the plot origin.
value
- The plot origin.public final CadSize getPlotPaperSize()
Gets or sets the size of the plot paper.
public final void setPlotPaperSize(CadSize value)
Gets or sets the size of the plot paper.
value
- The size of the plot paper.public final double getTopSize()
Gets or sets the size of the top.
public final void setTopSize(double value)
Gets or sets the size of the top.
value
- The size of the top.public final double getRightSideSize()
Gets or sets the size of the right side.
public final void setRightSideSize(double value)
Gets or sets the size of the right side.
value
- The size of the right side.public final double getBottomSize()
Gets or sets the size of the bottom.
public final void setBottomSize(double value)
Gets or sets the size of the bottom.
value
- The size of the bottom.public final double getLeftSideSize()
Gets or sets the size of the left side.
public final void setLeftSideSize(double value)
Gets or sets the size of the left side.
value
- The size of the left side.public final String getPlotViewName()
Gets or sets the name of the plot view.
public final void setPlotViewName(String value)
Gets or sets the name of the plot view.
value
- The name of the plot view.public final String getPaperSize()
Gets or sets the size of the paper.
public final void setPaperSize(String value)
Gets or sets the size of the paper.
value
- The size of the paper.public final String getPrinterOrConfigurationFileName()
Gets or sets the name of the printer or configuration file.
public final void setPrinterOrConfigurationFileName(String value)
Gets or sets the name of the printer or configuration file.
value
- The name of the printer or configuration file.public final String getPageSetupName()
Gets or sets the name of the page setup.
public final void setPageSetupName(String value)
Gets or sets the name of the page setup.
value
- The name of the page setup.