OEPlotMarker
class OEPlotMarker
This class represents the OEPlotMarker class that encapsulates properties that determine how a plot is depicted.
See also
OERamachandranPlot class
Constructors
OEPlotMarker(pen: OEPen, style: int, scale: float = 1.0) -> OEPlotMarker
Creates and initializes an OEPlotMarker object with the given parameters.
- pen
The OEPen object that is used to draw the plot marker.
- style
The property that determine the style of the plot marker. This value has to be from the
OEPlotMarkerStylenamespace.- scale
The multiplier that can be used to increase or to decrease the size of the plot market. This value has to be in the range of
[0.25, 4.0].
OEPlotMarker(arg2: OEPlotMarker) -> OEPlotMarker
Copy constructor.
GetPen
GetPen() -> OEPen
Returns the pen of the plot marker.
See also
OEPen class
GetScale
GetScale() -> float
Returns the multiplier that is used to increase or to decrease size of the plot marker.
GetStyle
GetStyle() -> int
Returns the style of the plot marker.
The return value is taken from the OEPlotMarkerStyle
namespace.
See also
OEPlotMarkerStylenamespace