43 string text (
"Overflow_entries = " );
45 text +=
"meaningless";
hippodraw::NTupleProjector class interface
virtual void drawText(const std::string &s, float x, float y, float fontsize, float angle=0.0, char xp='l', char yp='t', bool resize=false, const FontBase *font=0, const Color *color=0)=0
Draws a text string at a point in the view's coordinate system.
virtual int getOverflow() const =0
Returns the number of overflow.
OverflowTextRep()
The default constructor.
hippodraw::ViewBase class interface
The namespace for conversion to string.
The base class for the point representation hierarchy.
virtual RepBase * clone()
Returns a copy of the object.
Color m_color
The color of the representation.
The base class for the Projector hierarchy.
A TextRepBase class that draws the number of overflow entries.
The abstract base class for views.
virtual void drawProjectedValues(ProjectorBase &projector, ViewBase &view)
Draws the values from the projector to the view.
A base class for representations that draws a value as text.
float m_size
The size of the representation.
string convert(int i)
Converts an integer to a string.
OverflowTextRep class interface.