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
Modifier and TypeClassDescriptionstatic enum
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected float
protected int
protected float[]
protected BasicStroke
protected Color
protected float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Graphics2D g2d) float
int
float[]
getColor()
float
boolean
void
setAnnotateWithValues
(boolean annotateWithValues) void
setAnnotationFontSizeFactor
(float annotationFontSizeFactor) void
setAnnotationInterline
(int annotationInterline) void
setBorderDashPattern
(float[] borderDashPattern) void
setBorderStroke
(BasicStroke borderStroke) void
void
setZoomRectangleAlpha
(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)
-