}
protected String getJSconstructor() {
if(size==null){
Constructor constructor = new Constructor("OpenLayers.Pixel")
.add(x).add(y);
return constructor.toJS();
}
else{
Constructor constructor = new Constructor("OpenLayers.Pixel")
.add("-"+size.getId()+".w/2").add("-"+size.getId()+".h");
return constructor.toJS();