36#ifndef vtkRangeHandlesItem_h
37#define vtkRangeHandlesItem_h
39#include "vtkChartsCoreModule.h"
93 this->Superclass::SynchronizeRangeHandlesOff();
98 this->Superclass::SetHandleOrientation(Orientation::VERTICAL);
Defines a transfer function for mapping a property to an RGB color value.
Class for drawing 2D primitives to a graphical context.
a simple class to control print indentation
item to show and control a range on vtkAxis
void operator=(const vtkPlotRangeHandlesItem &)=delete
item to show and control the range of a vtkColorTransferFunction
void SetSynchronizeRangeHandles(vtkTypeBool vtkNotUsed(synchronize)) override
Overridden to force using desynchronized vertical handles.
void SynchronizeRangeHandlesOn() override
Overridden to force using desynchronized vertical handles.
void SetColorTransferFunction(vtkColorTransferFunction *ctf)
Get/set the color transfer function to interact with.
void ComputeHandlesDrawRange() override
Compute the handles draw range by using the handle width and the transfer function.
void SetActiveHandlePosition(double position) override
Overridden to clamp the handle position in the color tranfer function range.
bool Paint(vtkContext2D *painter) override
Overridden to check that a color transfer function has been set before painting.
void GetHandlesRange(double range[2]) override
Overridden to return the range of the color transfer function.
void GetBounds(double bounds[4]) override
Overridden to get the bounds from the color transfer function range.
~vtkRangeHandlesItem() override
static vtkRangeHandlesItem * New()
void SetHandleOrientation(int vtkNotUsed(orientation)) override
Overridden to force using desynchronized vertical handles.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.