151152153154155156157158159160
public ParallaxMarker getParallaxMarker (String byCode) { TextMarker temp = getTextMarker (byCode); ParallaxMarker pm = new ParallaxMarker (0, 0, temp.getImage()); replaceMarker (temp, pm); return pm; }