|  | 
|  | PlotTextData (const PlotTextSettings &s) | 
|  | PlotTextData (const PlotTextData &)=default | 
|  | PlotTextData (PlotTextData &&) noexcept=default | 
| PlotTextData & | operator= (const PlotTextData &)=default | 
| PlotTextData & | operator= (PlotTextData &&)=default | 
| virtual bool | isEnabled () const override | 
| virtual LabelPlacement | getPlacement () const override | 
| virtual vec4 | getColor () const override | 
| virtual float | getPosition () const override | 
|  | position along axis [0,1] 
 | 
| virtual vec2 | getOffset () const override | 
|  | offset from axis 
 | 
| virtual float | getRotation () const override | 
|  | Degrees of rotation. 
 | 
| virtual const FontSettings & | getFont () const override | 
|  | operator bool () const | 
|  | 
| bool | enabled = true | 
| LabelPlacement | placement = LabelPlacement::Outside | 
| vec4 | color = vec4{0.0f, 0.0f, 0.0f, 1.0f} | 
| float | position = 0.5f | 
| vec2 | offset = vec2{10.0f, 0.0f} | 
| float | rotation = 0.0f | 
| FontData | font | 
◆ getColor()
  
  | 
        
          | virtual vec4 inviwo::plot::PlotTextData::getColor | ( |  | ) | const |  | overridevirtual | 
 
 
◆ getFont()
  
  | 
        
          | virtual const FontSettings & inviwo::plot::PlotTextData::getFont | ( |  | ) | const |  | overridevirtual | 
 
 
◆ getOffset()
  
  | 
        
          | virtual vec2 inviwo::plot::PlotTextData::getOffset | ( |  | ) | const |  | overridevirtual | 
 
 
◆ getPlacement()
  
  | 
        
          | virtual LabelPlacement inviwo::plot::PlotTextData::getPlacement | ( |  | ) | const |  | overridevirtual | 
 
 
◆ getPosition()
  
  | 
        
          | virtual float inviwo::plot::PlotTextData::getPosition | ( |  | ) | const |  | overridevirtual | 
 
 
◆ getRotation()
  
  | 
        
          | virtual float inviwo::plot::PlotTextData::getRotation | ( |  | ) | const |  | overridevirtual | 
 
 
◆ isEnabled()
  
  | 
        
          | virtual bool inviwo::plot::PlotTextData::isEnabled | ( |  | ) | const |  | overridevirtual | 
 
 
The documentation for this class was generated from the following file: