this.orientation = orientation;
this.position = position;
}
public void addScalableText(String name, int fontWidth, int fontHeight, double offset, String text) {
textList.add(new ScalableConcatScalableText(name, fontWidth, fontHeight, offset, text));
}