Class IconDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.component.dto.IconDTO
-
public class IconDTO extends org.osgi.dto.DTO
A representation of an icon.
-
-
Constructor Summary
Constructors Constructor Description IconDTO()
-
-
-
Field Detail
-
resource
public java.lang.String resource
The URL of the icon.If the URL does not contain a scheme, the URL must be interpreted as relative to the bundle. Must not be
null
.
-
size
public java.lang.Integer size
The horizontal size of the image in pixel.If it is not specified this field must be
null
.
-
-