public enum CadShadePlotResolutionLevel extends Enum<CadShadePlotResolutionLevel>
ShadePlot resolution level.
CadPlotSettings
| Enum Constant and Description |
|---|
Custom
Resolution is custom
|
Draft
Resolution is draft
|
Maximum
Resolution is maximum
|
Normal
Resolution is normal
|
Presentation
Resolution is presentation
|
Preview
Resolution is preview
|
| Modifier and Type | Method and Description |
|---|---|
static CadShadePlotResolutionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CadShadePlotResolutionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CadShadePlotResolutionLevel Draft
Resolution is draft
public static final CadShadePlotResolutionLevel Preview
Resolution is preview
public static final CadShadePlotResolutionLevel Normal
Resolution is normal
public static final CadShadePlotResolutionLevel Presentation
Resolution is presentation
public static final CadShadePlotResolutionLevel Maximum
Resolution is maximum
public static final CadShadePlotResolutionLevel Custom
Resolution is custom
public static CadShadePlotResolutionLevel[] values()
for (CadShadePlotResolutionLevel c : CadShadePlotResolutionLevel.values()) System.out.println(c);
public static CadShadePlotResolutionLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.