Generated by
JDiff

Class com.day.cq.wcm.foundation.model.responsivegrid.Breakpoint

Added Constructors
Breakpoint(String, int, int, ResponsiveBehavior)  
 

Added Methods
String getName() @return The name of the breakpoint.
int getOffset() @return The offset (in number of columns) before the component.
ResponsiveBehavior getResponsiveBehavior() @return The ResponsiveBehavior of the breakpoint.
int getWidth() @return The width (in number of columns) of the breakpoint.