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