Class AWTCameraMouseController.MouseSelectionSettings
java.lang.Object
org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController.MouseSelectionSettings
- Enclosing class:
AWTCameraMouseController
Rendering setting of mouse selection
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected floatprotected intprotected float[]protected BasicStrokeprotected Colorprotected float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(Graphics2D g2d) floatintfloat[]getColor()floatbooleanvoidsetAnnotateWithValues(boolean annotateWithValues) voidsetAnnotationFontSizeFactor(float annotationFontSizeFactor) voidsetAnnotationInterline(int annotationInterline) voidsetBorderDashPattern(float[] borderDashPattern) voidsetBorderStroke(BasicStroke borderStroke) voidvoidsetZoomRectangleAlpha(float zoomRectangleAlpha) void
-
Field Details
-
color
-
zoomRectangleAlpha
protected float zoomRectangleAlpha -
borderDashPattern
protected float[] borderDashPattern -
borderStroke
-
annotateWithValues
protected boolean annotateWithValues -
annotationFontSizeFactor
protected float annotationFontSizeFactor -
annotationInterline
protected int annotationInterline
-
-
Constructor Details
-
MouseSelectionSettings
public MouseSelectionSettings()
-
-
Method Details
-
apply
-
getColor
-
setColor
-
getZoomRectangleAlpha
public float getZoomRectangleAlpha() -
setZoomRectangleAlpha
public void setZoomRectangleAlpha(float zoomRectangleAlpha) -
getZoomStyle
-
setZoomStyle
-
getBorderDashPattern
public float[] getBorderDashPattern() -
setBorderDashPattern
public void setBorderDashPattern(float[] borderDashPattern) -
getBorderStroke
-
setBorderStroke
-
isAnnotateWithValues
public boolean isAnnotateWithValues() -
setAnnotateWithValues
public void setAnnotateWithValues(boolean annotateWithValues) -
getAnnotationFontSizeFactor
public float getAnnotationFontSizeFactor() -
setAnnotationFontSizeFactor
public void setAnnotationFontSizeFactor(float annotationFontSizeFactor) -
getAnnotationInterline
public int getAnnotationInterline() -
setAnnotationInterline
public void setAnnotationInterline(int annotationInterline)
-