java.io.Serializable
public class ResponsiveBreakpoint extends JSONObject
NULL
Constructor | Description |
---|---|
ResponsiveBreakpoint() |
Modifier and Type | Method | Description |
---|---|---|
int |
bytesStep() |
|
ResponsiveBreakpoint |
bytesStep(java.lang.Integer bytesStep) |
|
ResponsiveBreakpoint |
createDerived(boolean createDerived) |
|
java.lang.String |
format() |
|
ResponsiveBreakpoint |
format(java.lang.String format) |
|
boolean |
isCreateDerived() |
|
int |
maxImages() |
|
ResponsiveBreakpoint |
maxImages(java.lang.Integer maxImages) |
|
int |
maxWidth() |
|
ResponsiveBreakpoint |
maxWidth(int maxWidth) |
|
int |
minWidth() |
|
ResponsiveBreakpoint |
minWidth(java.lang.Integer minWidth) |
|
Transformation |
transformation() |
|
ResponsiveBreakpoint |
transformation(Transformation transformation) |
accumulate, append, doubleToString, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getString, has, increment, isNull, keys, keySet, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOnce, putOpt, quote, quote, remove, similar, stringToValue, testValidity, toJSONArray, toString, toString, valueToString, wrap, write
public boolean isCreateDerived()
public ResponsiveBreakpoint createDerived(boolean createDerived)
public Transformation transformation()
public ResponsiveBreakpoint transformation(Transformation transformation)
public ResponsiveBreakpoint format(java.lang.String format)
public java.lang.String format()
public int maxWidth()
public ResponsiveBreakpoint maxWidth(int maxWidth)
public int minWidth()
public ResponsiveBreakpoint minWidth(java.lang.Integer minWidth)
public int bytesStep()
public ResponsiveBreakpoint bytesStep(java.lang.Integer bytesStep)
public int maxImages()
public ResponsiveBreakpoint maxImages(java.lang.Integer maxImages)