Class IGraphThemeRendering.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraphplugindiagram.IGraphThemeRendering.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,IGraphThemeRendering,IGraphThemeRendering.Jsii$Default
- Enclosing interface:
- IGraphThemeRendering
@Internal public static final class IGraphThemeRendering.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IGraphThemeRendering.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraphplugindiagram.IGraphThemeRendering
IGraphThemeRendering.Jsii$Default, IGraphThemeRendering.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphThemeRenderingIconTargetgetCfnResourceIconMax()(experimental) Highest Graph.CfnResourceNode icon to render.GraphThemeRenderingIconTargetgetCfnResourceIconMin()(experimental) Lowest Graph.CfnResourceNode icon to render.GraphThemeRenderingIconTargetgetResourceIconMax()(experimental) Highest Graph.ResourceNode icon to render.GraphThemeRenderingIconTargetgetResourceIconMin()(experimental) Lowest Graph.ResourceNode icon to render.-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
getCfnResourceIconMax
@Stability(Experimental) @NotNull public final GraphThemeRenderingIconTarget getCfnResourceIconMax()
(experimental) Highest Graph.CfnResourceNode icon to render.- Specified by:
getCfnResourceIconMaxin interfaceIGraphThemeRendering- Specified by:
getCfnResourceIconMaxin interfaceIGraphThemeRendering.Jsii$Default
-
getCfnResourceIconMin
@Stability(Experimental) @NotNull public final GraphThemeRenderingIconTarget getCfnResourceIconMin()
(experimental) Lowest Graph.CfnResourceNode icon to render.- Specified by:
getCfnResourceIconMinin interfaceIGraphThemeRendering- Specified by:
getCfnResourceIconMinin interfaceIGraphThemeRendering.Jsii$Default
-
getResourceIconMax
@Stability(Experimental) @NotNull public final GraphThemeRenderingIconTarget getResourceIconMax()
(experimental) Highest Graph.ResourceNode icon to render.- Specified by:
getResourceIconMaxin interfaceIGraphThemeRendering- Specified by:
getResourceIconMaxin interfaceIGraphThemeRendering.Jsii$Default
-
getResourceIconMin
@Stability(Experimental) @NotNull public final GraphThemeRenderingIconTarget getResourceIconMin()
(experimental) Lowest Graph.ResourceNode icon to render.- Specified by:
getResourceIconMinin interfaceIGraphThemeRendering- Specified by:
getResourceIconMinin interfaceIGraphThemeRendering.Jsii$Default
-
-