public class Section
extends java.lang.Object
Type | Property and Description |
---|---|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
color |
javafx.beans.property.StringProperty |
cssColor |
javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> |
filledArea |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
highlightColor |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> |
paint |
javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> |
sectionArea |
javafx.beans.property.DoubleProperty |
start |
javafx.beans.property.DoubleProperty |
stop |
javafx.beans.property.StringProperty |
text |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
transparentColor |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
transparentHighlightColor |
Constructor and Description |
---|
Section() |
Section(double START,
double STOP,
javafx.scene.paint.Color COLOR) |
Section(double START,
double STOP,
javafx.scene.paint.Color COLOR,
javafx.scene.shape.Arc FILLED_AREA) |
Section(double START,
double STOP,
javafx.scene.paint.Color COLOR,
javafx.scene.paint.Color HIGHLIGHT_COLOR) |
Section(double START,
double STOP,
javafx.scene.paint.Color COLOR,
javafx.scene.paint.Color HIGHLIGHT_COLOR,
javafx.scene.shape.Shape SECTION_AREA,
javafx.scene.shape.Shape FILLED_AREA,
java.lang.String TEXT) |
Section(double START,
double STOP,
javafx.scene.paint.Color COLOR,
javafx.scene.paint.Color HIGHLIGHT_COLOR,
java.lang.String TEXT) |
Section(double START,
double STOP,
javafx.scene.paint.Color COLOR,
javafx.scene.shape.Shape SECTION_AREA,
javafx.scene.shape.Arc FILLED_AREA) |
Section(double START,
double STOP,
javafx.scene.paint.Color COLOR,
java.lang.String TEXT) |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
colorProperty() |
boolean |
contains(double VALUE) |
javafx.beans.property.StringProperty |
cssColorProperty() |
boolean |
equals(Section SECTION) |
javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> |
filledAreaProperty() |
javafx.scene.paint.Color |
getColor()
Gets the value of the property color.
|
java.lang.String |
getCssColor()
Gets the value of the property cssColor.
|
javafx.scene.shape.Shape |
getFilledArea()
Gets the value of the property filledArea.
|
javafx.scene.paint.Color |
getHighlightColor()
Gets the value of the property highlightColor.
|
javafx.scene.paint.Paint |
getPaint()
Gets the value of the property paint.
|
javafx.scene.shape.Shape |
getSectionArea()
Gets the value of the property sectionArea.
|
double |
getStart()
Gets the value of the property start.
|
double |
getStop()
Gets the value of the property stop.
|
java.lang.String |
getText()
Gets the value of the property text.
|
javafx.scene.paint.Color |
getTransparentColor()
Gets the value of the property transparentColor.
|
javafx.scene.paint.Color |
getTransparentHighlightColor()
Gets the value of the property transparentHighlightColor.
|
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
highlightColorProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> |
paintProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> |
sectionAreaProperty() |
void |
setColor(javafx.scene.paint.Color COLOR)
Sets the value of the property color.
|
void |
setFilledArea(javafx.scene.shape.Shape FILLED_AREA)
Sets the value of the property filledArea.
|
void |
setHighlightColor(javafx.scene.paint.Color COLOR)
Sets the value of the property highlightColor.
|
void |
setPaint(javafx.scene.paint.Paint PAINT)
Sets the value of the property paint.
|
void |
setSectionArea(javafx.scene.shape.Shape SECTION_AREA)
Sets the value of the property sectionArea.
|
void |
setStart(double START)
Sets the value of the property start.
|
void |
setStop(double STOP)
Sets the value of the property stop.
|
void |
setText(java.lang.String TEXT)
Sets the value of the property text.
|
javafx.beans.property.DoubleProperty |
startProperty() |
javafx.beans.property.DoubleProperty |
stopProperty() |
javafx.beans.property.StringProperty |
textProperty() |
java.lang.String |
toString() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
transparentColorProperty() |
javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> |
transparentHighlightColorProperty() |
public final javafx.beans.property.DoubleProperty startProperty
getStart()
,
setStart(double)
public final javafx.beans.property.DoubleProperty stopProperty
getStop()
,
setStop(double)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> colorProperty
getColor()
,
setColor(Color)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> transparentColorProperty
getTransparentColor()
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> highlightColorProperty
getHighlightColor()
,
setHighlightColor(Color)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> transparentHighlightColorProperty
getTransparentHighlightColor()
public final javafx.beans.property.StringProperty cssColorProperty
getCssColor()
public final javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> sectionAreaProperty
getSectionArea()
,
setSectionArea(Shape)
public final javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> filledAreaProperty
getFilledArea()
,
setFilledArea(Shape)
public final javafx.beans.property.StringProperty textProperty
getText()
,
setText(String)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> paintProperty
getPaint()
,
setPaint(Paint)
public Section()
public Section(double START, double STOP, javafx.scene.paint.Color COLOR)
public Section(double START, double STOP, javafx.scene.paint.Color COLOR, java.lang.String TEXT)
public Section(double START, double STOP, javafx.scene.paint.Color COLOR, javafx.scene.paint.Color HIGHLIGHT_COLOR)
public Section(double START, double STOP, javafx.scene.paint.Color COLOR, javafx.scene.paint.Color HIGHLIGHT_COLOR, java.lang.String TEXT)
public Section(double START, double STOP, javafx.scene.paint.Color COLOR, javafx.scene.shape.Arc FILLED_AREA)
public Section(double START, double STOP, javafx.scene.paint.Color COLOR, javafx.scene.shape.Shape SECTION_AREA, javafx.scene.shape.Arc FILLED_AREA)
public Section(double START, double STOP, javafx.scene.paint.Color COLOR, javafx.scene.paint.Color HIGHLIGHT_COLOR, javafx.scene.shape.Shape SECTION_AREA, javafx.scene.shape.Shape FILLED_AREA, java.lang.String TEXT)
public final double getStart()
public final void setStart(double START)
public final javafx.beans.property.DoubleProperty startProperty()
getStart()
,
setStart(double)
public final double getStop()
public final void setStop(double STOP)
public final javafx.beans.property.DoubleProperty stopProperty()
getStop()
,
setStop(double)
public final javafx.scene.paint.Color getColor()
public final void setColor(javafx.scene.paint.Color COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> colorProperty()
getColor()
,
setColor(Color)
public final javafx.scene.paint.Color getTransparentColor()
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> transparentColorProperty()
getTransparentColor()
public final javafx.scene.paint.Color getHighlightColor()
public final void setHighlightColor(javafx.scene.paint.Color COLOR)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> highlightColorProperty()
getHighlightColor()
,
setHighlightColor(Color)
public final javafx.scene.paint.Color getTransparentHighlightColor()
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> transparentHighlightColorProperty()
getTransparentHighlightColor()
public final java.lang.String getCssColor()
public final javafx.beans.property.StringProperty cssColorProperty()
getCssColor()
public final javafx.scene.shape.Shape getSectionArea()
public final void setSectionArea(javafx.scene.shape.Shape SECTION_AREA)
public final javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> sectionAreaProperty()
getSectionArea()
,
setSectionArea(Shape)
public final javafx.scene.shape.Shape getFilledArea()
public final void setFilledArea(javafx.scene.shape.Shape FILLED_AREA)
public final javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> filledAreaProperty()
getFilledArea()
,
setFilledArea(Shape)
public final java.lang.String getText()
public final void setText(java.lang.String TEXT)
public final javafx.beans.property.StringProperty textProperty()
getText()
,
setText(String)
public final javafx.scene.paint.Paint getPaint()
public final void setPaint(javafx.scene.paint.Paint PAINT)
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Paint> paintProperty()
getPaint()
,
setPaint(Paint)
public boolean contains(double VALUE)
public boolean equals(Section SECTION)
public java.lang.String toString()
toString
in class java.lang.Object