Modifier and Type | Field and Description |
---|---|
private java.lang.String |
reference
img reference
|
Constructor and Description |
---|
ImageBlock(java.lang.String imgReference)
Creates the ImageBlock.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
traverse(Sink sink)
Traverse the block
|
ImageBlock(java.lang.String imgReference)
imgReference
- img referencejava.lang.IllegalArgumentException
- if the argument is null
public final void traverse(Sink sink)
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object