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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureFontAndHiDPI(Graphics2D g2d, Coord2d pixelScale) Cancel the HiDPI scaling consideration to draw debug stuff properly on either EmulGL or Nativeprotected voiddrawColorbarMargins(Graphics2D g2d, Coord2d pixelScale) protected voiddrawViewMargins(Graphics2D g2d, Coord2d pixelScale) protected voiddrawViewMarginsHorizontalLines(Graphics2D g2d, int height, int width, int txtSize) protected voiddrawViewMarginsVerticalLines(Graphics2D g2d, int height, int lineHeight) getColor()booleanbooleanbooleanvoidvoidvoidsetEnableColorMarginDebug(boolean enableColorMarginDebug) voidsetEnabled(boolean enabled) voidsetEnableViewMarginDebug(boolean enableViewMarginDebug) voidvoidMethods inherited from class org.jzy3d.plot3d.rendering.view.AbstractAWTRenderer2d
getViewMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jzy3d.plot3d.rendering.view.AWTRenderer2d
getView
-
Constructor Details
-
View2DLayout_Debug
public View2DLayout_Debug() -
View2DLayout_Debug
-
-
Method Details
-
setView
- Specified by:
setViewin interfaceAWTRenderer2d- Overrides:
setViewin classAbstractAWTRenderer2d
-
paint
- Specified by:
paintin 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)
-