public class CadVisualStyle extends CadBaseObject
Class describing CadVisualStyle
CadBaseObject
Constructor and Description |
---|
CadVisualStyle()
Initializes a new instance of the
CadVisualStyle class. |
Modifier and Type | Method and Description |
---|---|
CadShortParameter |
getColor1()
Gets or sets the color1.
|
CadShortParameter |
getColor2()
Gets or sets the color2.
|
CadStringParameter |
getDescription()
Gets or sets the description.
|
CadIntParameter |
getDisplayStyleDisplaySettings()
Gets or sets the display style display settings.
|
CadShortParameter |
getEdgeColor()
Gets or sets the color of the edge.
|
CadDoubleParameter |
getEdgeCreaseAngle()
Gets or sets the edge crease angle.
|
CadShortParameter |
getEdgeHaloGap()
Gets or sets the edge halo gap.
|
CadBoolParameter |
getEdgeHidePrecisionFlag()
Gets or sets the edge hide precision flag.
|
CadShortParameter |
getEdgeIntersectionColor()
Gets or sets the color of the edge intersection.
|
CadShortParameter |
getEdgeIntersectionLinetype()
Gets or sets the edge intersection linetype.
|
CadShortParameter |
getEdgeIsolinesNumber()
Gets or sets the edge isolines number.
|
CadShortParameter |
getEdgeJitter()
Gets or sets the edge jitter.
|
CadIntParameter |
getEdgeModifiers()
Gets or sets the edge modifiers.
|
CadShortParameter |
getEdgeObscuredColor()
Gets or sets the color of the edge obscured.
|
CadShortParameter |
getEdgeObscuredLinetype()
Gets or sets the edge obscured linetype.
|
CadDoubleParameter |
getEdgeOpacityLevel()
Gets or sets the edge opacity level.
|
CadShortParameter |
getEdgeOverhang()
Gets or sets the edge overhang.
|
CadShortParameter |
getEdgeSilhouetteColor()
Gets or sets the color of the edge silhouette.
|
CadShortParameter |
getEdgeSilhouetteWidth()
Gets or sets the width of the edge silhouette.
|
CadIntParameter |
getEdgeStyle()
Gets or sets the edge style.
|
CadShortParameter |
getEdgeStyleApplyFlag()
Gets or sets the edge style apply flag.
|
CadShortParameter |
getEdgeStyleModel()
Gets or sets the edge style model.
|
CadShortParameter |
getEdgeWidth()
Gets or sets the width of the edge.
|
CadShortParameter |
getFaceColorMode()
Gets or sets the face color mode.
|
CadShortParameter |
getFaceLightingModel()
Gets or sets the face lighting model.
|
CadShortParameter |
getFaceLightingQuality()
Gets or sets the face lighting quality.
|
CadIntParameter |
getFaceModifiers()
Gets or sets the face modifiers.
|
CadDoubleParameter |
getFaceOpacityLevel()
Gets or sets the face opacity level.
|
CadDoubleParameter |
getFaceSpecularLevel()
Gets or sets the face specular level.
|
CadIntParameter |
getFaceStyleMonoColor()
Gets or sets the color of the face style mono.
|
CadBoolParameter |
getInternalUseOnlyFlag()
Gets or sets the internal use only flag.
|
CadShortParameter |
getShadowType()
Gets or sets the type of the shadow.
|
CadShortParameter |
getType()
Gets or sets the type.
|
CadDoubleParameter |
getVisualStyleBrightness()
Gets or sets the visual style brightness.
|
List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> |
getVisualStyleParameters()
Gets or sets the visual style parameters.
|
void |
setColor1(CadShortParameter value)
Gets or sets the color1.
|
void |
setColor2(CadShortParameter value)
Gets or sets the color2.
|
void |
setDescription(CadStringParameter value)
Gets or sets the description.
|
void |
setDisplayStyleDisplaySettings(CadIntParameter value)
Gets or sets the display style display settings.
|
void |
setEdgeColor(CadShortParameter value)
Gets or sets the color of the edge.
|
void |
setEdgeCreaseAngle(CadDoubleParameter value)
Gets or sets the edge crease angle.
|
void |
setEdgeHaloGap(CadShortParameter value)
Gets or sets the edge halo gap.
|
void |
setEdgeHidePrecisionFlag(CadBoolParameter value)
Gets or sets the edge hide precision flag.
|
void |
setEdgeIntersectionColor(CadShortParameter value)
Gets or sets the color of the edge intersection.
|
void |
setEdgeIntersectionLinetype(CadShortParameter value)
Gets or sets the edge intersection linetype.
|
void |
setEdgeIsolinesNumber(CadShortParameter value)
Gets or sets the edge isolines number.
|
void |
setEdgeJitter(CadShortParameter value)
Gets or sets the edge jitter.
|
void |
setEdgeModifiers(CadIntParameter value)
Gets or sets the edge modifiers.
|
void |
setEdgeObscuredColor(CadShortParameter value)
Gets or sets the color of the edge obscured.
|
void |
setEdgeObscuredLinetype(CadShortParameter value)
Gets or sets the edge obscured linetype.
|
void |
setEdgeOpacityLevel(CadDoubleParameter value)
Gets or sets the edge opacity level.
|
void |
setEdgeOverhang(CadShortParameter value)
Gets or sets the edge overhang.
|
void |
setEdgeSilhouetteColor(CadShortParameter value)
Gets or sets the color of the edge silhouette.
|
void |
setEdgeSilhouetteWidth(CadShortParameter value)
Gets or sets the width of the edge silhouette.
|
void |
setEdgeStyle(CadIntParameter value)
Gets or sets the edge style.
|
void |
setEdgeStyleApplyFlag(CadShortParameter value)
Gets or sets the edge style apply flag.
|
void |
setEdgeStyleModel(CadShortParameter value)
Gets or sets the edge style model.
|
void |
setEdgeWidth(CadShortParameter value)
Gets or sets the width of the edge.
|
void |
setFaceColorMode(CadShortParameter value)
Gets or sets the face color mode.
|
void |
setFaceLightingModel(CadShortParameter value)
Gets or sets the face lighting model.
|
void |
setFaceLightingQuality(CadShortParameter value)
Gets or sets the face lighting quality.
|
void |
setFaceModifiers(CadIntParameter value)
Gets or sets the face modifiers.
|
void |
setFaceOpacityLevel(CadDoubleParameter value)
Gets or sets the face opacity level.
|
void |
setFaceSpecularLevel(CadDoubleParameter value)
Gets or sets the face specular level.
|
void |
setFaceStyleMonoColor(CadIntParameter value)
Gets or sets the color of the face style mono.
|
void |
setInternalUseOnlyFlag(CadBoolParameter value)
Gets or sets the internal use only flag.
|
void |
setShadowType(CadShortParameter value)
Gets or sets the type of the shadow.
|
void |
setType(CadShortParameter value)
Gets or sets the type.
|
void |
setVisualStyleBrightness(CadDoubleParameter value)
Gets or sets the visual style brightness.
|
void |
setVisualStyleParameters(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> value)
Gets or sets the visual style parameters.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadVisualStyle()
Initializes a new instance of the CadVisualStyle
class.
public List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> getVisualStyleParameters()
Gets or sets the visual style parameters.
public void setVisualStyleParameters(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> value)
Gets or sets the visual style parameters.
value
- The visual style parameters.public CadBoolParameter getInternalUseOnlyFlag()
Gets or sets the internal use only flag.
public void setInternalUseOnlyFlag(CadBoolParameter value)
Gets or sets the internal use only flag.
value
- The internal use only flag.public CadStringParameter getDescription()
Gets or sets the description.
public void setDescription(CadStringParameter value)
Gets or sets the description.
value
- The description.public CadShortParameter getType()
Gets or sets the type.
public void setType(CadShortParameter value)
Gets or sets the type.
value
- The type.public CadShortParameter getFaceLightingModel()
Gets or sets the face lighting model.
public void setFaceLightingModel(CadShortParameter value)
Gets or sets the face lighting model.
value
- The face lighting model.public CadShortParameter getFaceLightingQuality()
Gets or sets the face lighting quality.
public void setFaceLightingQuality(CadShortParameter value)
Gets or sets the face lighting quality.
value
- The face lighting quality.public CadShortParameter getFaceColorMode()
Gets or sets the face color mode.
public void setFaceColorMode(CadShortParameter value)
Gets or sets the face color mode.
value
- The face color mode.public CadIntParameter getFaceModifiers()
Gets or sets the face modifiers.
public void setFaceModifiers(CadIntParameter value)
Gets or sets the face modifiers.
value
- The face modifiers.public CadDoubleParameter getFaceOpacityLevel()
Gets or sets the face opacity level.
public void setFaceOpacityLevel(CadDoubleParameter value)
Gets or sets the face opacity level.
value
- The face opacity level.public CadDoubleParameter getFaceSpecularLevel()
Gets or sets the face specular level.
public void setFaceSpecularLevel(CadDoubleParameter value)
Gets or sets the face specular level.
value
- The face specular level.public CadShortParameter getColor1()
Gets or sets the color1.
public void setColor1(CadShortParameter value)
Gets or sets the color1.
value
- The color1.public CadShortParameter getColor2()
Gets or sets the color2.
public void setColor2(CadShortParameter value)
Gets or sets the color2.
value
- The color2.public CadIntParameter getFaceStyleMonoColor()
Gets or sets the color of the face style mono.
public void setFaceStyleMonoColor(CadIntParameter value)
Gets or sets the color of the face style mono.
value
- The color of the face style mono.public CadShortParameter getEdgeStyleModel()
Gets or sets the edge style model.
public void setEdgeStyleModel(CadShortParameter value)
Gets or sets the edge style model.
value
- The edge style model.public CadIntParameter getEdgeStyle()
Gets or sets the edge style.
public void setEdgeStyle(CadIntParameter value)
Gets or sets the edge style.
value
- The edge style.public CadShortParameter getEdgeIntersectionColor()
Gets or sets the color of the edge intersection.
public void setEdgeIntersectionColor(CadShortParameter value)
Gets or sets the color of the edge intersection.
value
- The color of the edge intersection.public CadShortParameter getEdgeObscuredColor()
Gets or sets the color of the edge obscured.
public void setEdgeObscuredColor(CadShortParameter value)
Gets or sets the color of the edge obscured.
value
- The color of the edge obscured.public CadShortParameter getEdgeObscuredLinetype()
Gets or sets the edge obscured linetype.
public void setEdgeObscuredLinetype(CadShortParameter value)
Gets or sets the edge obscured linetype.
value
- The edge obscured linetype.public CadShortParameter getEdgeIntersectionLinetype()
Gets or sets the edge intersection linetype.
public void setEdgeIntersectionLinetype(CadShortParameter value)
Gets or sets the edge intersection linetype.
value
- The edge intersection linetype.public CadDoubleParameter getEdgeCreaseAngle()
Gets or sets the edge crease angle.
public void setEdgeCreaseAngle(CadDoubleParameter value)
Gets or sets the edge crease angle.
value
- The edge crease angle.public CadIntParameter getEdgeModifiers()
Gets or sets the edge modifiers.
public void setEdgeModifiers(CadIntParameter value)
Gets or sets the edge modifiers.
value
- The edge modifiers.public CadShortParameter getEdgeColor()
Gets or sets the color of the edge.
public void setEdgeColor(CadShortParameter value)
Gets or sets the color of the edge.
value
- The color of the edge.public CadDoubleParameter getEdgeOpacityLevel()
Gets or sets the edge opacity level.
public void setEdgeOpacityLevel(CadDoubleParameter value)
Gets or sets the edge opacity level.
value
- The edge opacity level.public CadShortParameter getEdgeWidth()
Gets or sets the width of the edge.
public void setEdgeWidth(CadShortParameter value)
Gets or sets the width of the edge.
value
- The width of the edge.public CadShortParameter getEdgeOverhang()
Gets or sets the edge overhang.
public void setEdgeOverhang(CadShortParameter value)
Gets or sets the edge overhang.
value
- The edge overhang.public CadShortParameter getEdgeJitter()
Gets or sets the edge jitter.
public void setEdgeJitter(CadShortParameter value)
Gets or sets the edge jitter.
value
- The edge jitter.public CadShortParameter getEdgeSilhouetteColor()
Gets or sets the color of the edge silhouette.
public void setEdgeSilhouetteColor(CadShortParameter value)
Gets or sets the color of the edge silhouette.
value
- The color of the edge silhouette.public CadShortParameter getEdgeSilhouetteWidth()
Gets or sets the width of the edge silhouette.
public void setEdgeSilhouetteWidth(CadShortParameter value)
Gets or sets the width of the edge silhouette.
value
- The width of the edge silhouette.public CadShortParameter getEdgeHaloGap()
Gets or sets the edge halo gap.
public void setEdgeHaloGap(CadShortParameter value)
Gets or sets the edge halo gap.
value
- The edge halo gap.public CadShortParameter getEdgeIsolinesNumber()
Gets or sets the edge isolines number.
public void setEdgeIsolinesNumber(CadShortParameter value)
Gets or sets the edge isolines number.
value
- The edge isolines number.public CadBoolParameter getEdgeHidePrecisionFlag()
Gets or sets the edge hide precision flag.
public void setEdgeHidePrecisionFlag(CadBoolParameter value)
Gets or sets the edge hide precision flag.
value
- The edge hide precision flag.public CadShortParameter getEdgeStyleApplyFlag()
Gets or sets the edge style apply flag.
public void setEdgeStyleApplyFlag(CadShortParameter value)
Gets or sets the edge style apply flag.
value
- The edge style apply flag.public CadIntParameter getDisplayStyleDisplaySettings()
Gets or sets the display style display settings.
public void setDisplayStyleDisplaySettings(CadIntParameter value)
Gets or sets the display style display settings.
value
- The display style display settings.public CadDoubleParameter getVisualStyleBrightness()
Gets or sets the visual style brightness.
public void setVisualStyleBrightness(CadDoubleParameter value)
Gets or sets the visual style brightness.
value
- The visual style brightness.public CadShortParameter getShadowType()
Gets or sets the type of the shadow.
public void setShadowType(CadShortParameter value)
Gets or sets the type of the shadow.
value
- The type of the shadow.