Package org.jzy3d.plot3d.rendering.view
Class View2DLayout_Debug
java.lang.Object
org.jzy3d.plot3d.rendering.view.AbstractAWTRenderer2d
org.jzy3d.plot3d.rendering.view.View2DLayout_Debug
- All Implemented Interfaces:
AWTRenderer2d
-
Field Summary
Fields inherited from class org.jzy3d.plot3d.rendering.view.AbstractAWTRenderer2d
view
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
configureFontAndHiDPI
(Graphics2D g2d, Coord2d pixelScale) Cancel the HiDPI scaling consideration to draw debug stuff properly on either EmulGL or Nativeprotected void
drawColorbarMargins
(Graphics2D g2d, Coord2d pixelScale) protected void
drawViewMargins
(Graphics2D g2d, Coord2d pixelScale) protected void
drawViewMarginsHorizontalLines
(Graphics2D g2d, int height, int width, int txtSize) protected void
drawViewMarginsVerticalLines
(Graphics2D g2d, int height, int lineHeight) getColor()
boolean
boolean
boolean
void
void
void
setEnableColorMarginDebug
(boolean enableColorMarginDebug) void
setEnabled
(boolean enabled) void
setEnableViewMarginDebug
(boolean enableViewMarginDebug) void
void
Methods inherited from class org.jzy3d.plot3d.rendering.view.AbstractAWTRenderer2d
getView
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jzy3d.plot3d.rendering.view.AWTRenderer2d
getView
-
Constructor Details
-
View2DLayout_Debug
public View2DLayout_Debug() -
View2DLayout_Debug
-
-
Method Details
-
setView
- Specified by:
setView
in interfaceAWTRenderer2d
- Overrides:
setView
in classAbstractAWTRenderer2d
-
paint
- Specified by:
paint
in interfaceAWTRenderer2d
-
configureFontAndHiDPI
Cancel the HiDPI scaling consideration to draw debug stuff properly on either EmulGL or Native -
drawColorbarMargins
-
drawViewMargins
-
drawViewMarginsHorizontalLines
-
drawViewMarginsVerticalLines
-
getColor
-
setColor
-
setInfo
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isEnableColorMarginDebug
public boolean isEnableColorMarginDebug() -
setEnableColorMarginDebug
public void setEnableColorMarginDebug(boolean enableColorMarginDebug) -
isEnableViewMarginDebug
public boolean isEnableViewMarginDebug() -
setEnableViewMarginDebug
public void setEnableViewMarginDebug(boolean enableViewMarginDebug)
-