@ProviderType public class ResponsiveConfiguration extends Object
Breakpoints of a given resource.| Constructor and Description |
|---|
ResponsiveConfiguration() |
ResponsiveConfiguration(Map<String,Breakpoint> breakpoints) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBreakpoint(Breakpoint breakpoint)
Add a breakpoint to the list of breakpoints for the responsive configuration.
|
Map<String,Breakpoint> |
getBreakpoints() |
public ResponsiveConfiguration()
public ResponsiveConfiguration(Map<String,Breakpoint> breakpoints)
public void addBreakpoint(Breakpoint breakpoint)
breakpoint - The breakpoint to be added to the responsive configuration.@Nonnull public Map<String,Breakpoint> getBreakpoints()
Copyright © 2010 - 2020 Adobe. All Rights Reserved