super(table, colNames, shapeName, fg, bg, ratio, angle, label, cond, size, units);
}
/** Return an object storing the column indexes where RA and Dec are found */
public RowCoordinates getRowCoordinates() {
TableQueryResult table = getTable();
if (table instanceof SkycatTable) {
SkycatTable t = (SkycatTable) table;
return t.getConfigEntry().getRowCoordinates();
}
return super.getRowCoordinates();