Package org.asciidoctor.ast
Interface ImageReference
-
public interface ImageReferenceImage reference view as available in the assets catalog.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetImagesdir()Value of the 'imagesdir' attribute applied to resolve the image location.java.lang.StringgetTarget()The image target describing the image location.
-
-
-
Method Detail
-
getTarget
java.lang.String getTarget()
The image target describing the image location. The target may be a path or a URL.- Returns:
- image target
-
getImagesdir
java.lang.String getImagesdir()
Value of the 'imagesdir' attribute applied to resolve the image location.- Returns:
- imagesdir value
-
-