Class for the line to element. More...
#include <juce_RelativePointPath.h>
Public Member Functions | |
LineTo (const RelativePoint &endPoint) | |
void | addToPath (Path &path, Expression::Scope *) const override |
ElementBase * | clone () const override |
RelativePoint * | getControlPoints (int &numPoints) override |
bool | isDynamic () |
Public Attributes | |
RelativePoint | endPoint |
const ElementType | type |
Class for the line to element.
juce::RelativePointPath::LineTo::LineTo | ( | const RelativePoint & | endPoint | ) |
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
|
overridevirtual |
Implements juce::RelativePointPath::ElementBase.
|
inherited |
RelativePoint juce::RelativePointPath::LineTo::endPoint |
|
inherited |