public abstract class PartInfo extends java.lang.Object implements java.lang.Comparable<PartInfo>
Constructor and Description |
---|
PartInfo() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PartInfo o) |
boolean |
contains(int offset) |
java.lang.String |
getLabel() |
de.ims.icarus.util.CompactProperties |
getProperties() |
java.lang.Object |
getProperty(java.lang.String key) |
int |
getWidth() |
int |
getX() |
protected void |
setLabel(java.lang.String label) |
void |
setProperty(java.lang.String key,
java.lang.Object value) |
void |
setWidth(int width) |
void |
setX(int x) |
public java.lang.String getLabel()
protected void setLabel(java.lang.String label)
public void setWidth(int width)
public int getWidth()
public int getX()
public void setX(int x)
public boolean contains(int offset)
public int compareTo(PartInfo o)
compareTo
in interface java.lang.Comparable<PartInfo>
Comparable.compareTo(java.lang.Object)
public de.ims.icarus.util.CompactProperties getProperties()
public void setProperty(java.lang.String key, java.lang.Object value)
public java.lang.Object getProperty(java.lang.String key)