java.lang.Object
javafx.scene.control.SkinBase<ChromaticityDiagram>
com.tlcsdm.core.javafx.control.skin.ChromaticityDiagramSkin
- 所有已实现的接口:
javafx.scene.control.Skin<ChromaticityDiagram>
- 作者:
- unknowIfGuestInDream
-
字段概要
字段修饰符和类型字段说明protected Colorprotected Colorprivate doubleprivate doubleprivate Fontprivate Fontprotected intprivate intprivate intprivate intprivate intprivate Graphics2Dprivate intprotected Colorprotected booleanprotected booleanprotected booleanprivate intprotected BufferedImageprivate javafx.scene.image.ImageViewprivate javafx.scene.image.Imageprotected booleanprivate intprivate intprotected Colorprivate javafx.scene.control.ScrollPaneprivate intprivate intprivate intprivate intprotected Colorprivate Stringprivate int -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private voidprivate voidprivate voidcolorLine(double ix1, double iy1, double ix2, double iy2) private BufferedImagedrawData()private voidprivate voidoutlines()void从类继承的方法 javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 javafx.scene.control.Skin
install
-
字段详细资料
-
fontSize
private int fontSize -
width
private int width -
height
private int height -
margins
private int margins -
ruler
private int ruler -
each
private int each -
grid
private int grid -
stepH
private int stepH -
stepW
private int stepW -
startH
private int startH -
startW
private int startW -
endH
private int endH -
endW
private int endW -
isLine
protected boolean isLine -
hasWaveLength
protected boolean hasWaveLength -
hasGrid
protected boolean hasGrid -
hasCalculate
protected boolean hasCalculate -
dotSize
protected int dotSize -
bgColor
-
calculateColor
-
textColor
-
gridColor
-
rulerColor
-
calculateX
private double calculateX -
calculateY
private double calculateY -
title
-
scrollPane
private javafx.scene.control.ScrollPane scrollPane -
imageView
private javafx.scene.image.ImageView imageView -
img
private javafx.scene.image.Image img -
image
-
g
-
dataFont
-
commentsFont
-
-
构造器详细资料
-
ChromaticityDiagramSkin
-
-
方法详细资料
-
refinePane
public void refinePane() -
drawData
-
createErrorImage
-
backGround
private void backGround() -
outlines
private void outlines() -
outline
-
colorLine
private void colorLine(double ix1, double iy1, double ix2, double iy2) -
calculate
private void calculate()
-