Package dev.amp.validator
Class SrcsetSourceDef
- java.lang.Object
-
- dev.amp.validator.SrcsetSourceDef
-
public class SrcsetSourceDef extends Object
This class contains a single source within a srcset.- Author:
- nhant01, GeorgeLuo
-
-
Constructor Summary
Constructors Constructor Description SrcsetSourceDef(String url, String widthOrPixelDensity)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUrl()Returns the url.StringgetWidthOrPixelDensity()Returns the width or pixel density.
-