27 #include "../../../se/AnchorPoint.h" 
   28 #include "../../../se/Displacement.h" 
   29 #include "../../../se/ParameterValue.h" 
   30 #include "../../../se/Graphic.h" 
   35     m_graphic(new te::se::Graphic)
 
   46   return m_graphic->
clone();
 
   52   emit graphicChanged();
 
   58   emit graphicChanged();
 
   63   double opacity = value / 100.0;
 
   65   emit graphicChanged();
 
   73   m_graphic->setDisplacement(disp);
 
   74   emit graphicChanged();
 
   82   m_graphic->setAnchorPoint(ac);
 
   83   emit graphicChanged();
 
A Displacement gives X and Y offset displacements to use for rendering a text label, graphic or other Symbolizer near a point. 
 
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size. 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...
 
An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it r...
 
void setAnchorPointX(ParameterValue *x)
 
void setDisplacementY(ParameterValue *y)
 
Graphic * clone() const 
It creates a new copy of this object. 
 
void setAnchorPointY(ParameterValue *y)
 
void setDisplacementX(ParameterValue *x)