Interface IGraphThemeRendering
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IGraphThemeRendering.Jsii$Default
- All Known Implementing Classes:
IGraphThemeRendering.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-28T05:22:28.493Z") @Stability(Experimental) public interface IGraphThemeRendering extends software.amazon.jsii.JsiiSerializable
(experimental) Rending settings for GraphTheme.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIGraphThemeRendering.Jsii$DefaultInternal default implementation forIGraphThemeRendering.static classIGraphThemeRendering.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
getCfnResourceIconMax
@Stability(Experimental) @NotNull GraphThemeRenderingIconTarget getCfnResourceIconMax()
(experimental) Highest Graph.CfnResourceNode icon to render.
-
getCfnResourceIconMin
@Stability(Experimental) @NotNull GraphThemeRenderingIconTarget getCfnResourceIconMin()
(experimental) Lowest Graph.CfnResourceNode icon to render.
-
getResourceIconMax
@Stability(Experimental) @NotNull GraphThemeRenderingIconTarget getResourceIconMax()
(experimental) Highest Graph.ResourceNode icon to render.
-
getResourceIconMin
@Stability(Experimental) @NotNull GraphThemeRenderingIconTarget getResourceIconMin()
(experimental) Lowest Graph.ResourceNode icon to render.
-
-