Ejemplo n.º 1
0
 public virtual double?getY()
 {
     return(yAttribute.getValue(this));
 }
Ejemplo n.º 2
0
 public virtual bool instantiate()
 {
     return(instantiateAttribute.getValue(this));
 }
Ejemplo n.º 3
0
 public virtual bool cancelActivity()
 {
     return(cancelActivityAttribute.getValue(this));
 }
Ejemplo n.º 4
0
 public virtual double?getHeight()
 {
     return(heightAttribute.getValue(this));
 }
Ejemplo n.º 5
0
 public virtual double?getWidth()
 {
     return(widthAttribute.getValue(this));
 }
Ejemplo n.º 6
0
 public virtual bool?isBold()
 {
     return(isBoldAttribute.getValue(this));
 }
Ejemplo n.º 7
0
 public virtual bool?isItalic()
 {
     return(isItalicAttribute.getValue(this));
 }