org.jzy3d.plot3d.primitives.axes.layout
Class AxeBoxLayout
java.lang.Object
org.jzy3d.plot3d.primitives.axes.layout.AxeBoxLayout
- All Implemented Interfaces:
- IAxeLayout
public class AxeBoxLayout
- extends Object
- implements IAxeLayout
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xAxeLabel
protected String xAxeLabel
yAxeLabel
protected String yAxeLabel
zAxeLabel
protected String zAxeLabel
xAxeLabelDisplayed
protected boolean xAxeLabelDisplayed
yAxeLabelDisplayed
protected boolean yAxeLabelDisplayed
zAxeLabelDisplayed
protected boolean zAxeLabelDisplayed
xTicks
protected double[] xTicks
yTicks
protected double[] yTicks
zTicks
protected double[] zTicks
xTickProvider
protected ITickProvider xTickProvider
yTickProvider
protected ITickProvider yTickProvider
zTickProvider
protected ITickProvider zTickProvider
xTickRenderer
protected ITickRenderer xTickRenderer
yTickRenderer
protected ITickRenderer yTickRenderer
zTickRenderer
protected ITickRenderer zTickRenderer
xTickColor
protected Color xTickColor
yTickColor
protected Color yTickColor
zTickColor
protected Color zTickColor
xTickLabelDisplayed
protected boolean xTickLabelDisplayed
yTickLabelDisplayed
protected boolean yTickLabelDisplayed
zTickLabelDisplayed
protected boolean zTickLabelDisplayed
faceDisplayed
protected boolean faceDisplayed
quadColor
protected Color quadColor
gridColor
protected Color gridColor
lastXmin
protected double lastXmin
lastXmax
protected double lastXmax
lastYmin
protected double lastYmin
lastYmax
protected double lastYmax
lastZmin
protected double lastZmin
lastZmax
protected double lastZmax
mainColor
protected Color mainColor
AxeBoxLayout
public AxeBoxLayout()
- Default AxeBox layout
setMainColor
public void setMainColor(Color color)
- Specified by:
setMainColor
in interface IAxeLayout
getMainColor
public Color getMainColor()
- Specified by:
getMainColor
in interface IAxeLayout
getXTicks
public double[] getXTicks(double min,
double max)
- Specified by:
getXTicks
in interface IAxeLayout
getYTicks
public double[] getYTicks(double min,
double max)
- Specified by:
getYTicks
in interface IAxeLayout
getZTicks
public double[] getZTicks(double min,
double max)
- Specified by:
getZTicks
in interface IAxeLayout
getXAxeLabel
public String getXAxeLabel()
- Specified by:
getXAxeLabel
in interface IAxeLayout
setXAxeLabel
public void setXAxeLabel(String axeLabel)
- Specified by:
setXAxeLabel
in interface IAxeLayout
getYAxeLabel
public String getYAxeLabel()
- Specified by:
getYAxeLabel
in interface IAxeLayout
setYAxeLabel
public void setYAxeLabel(String axeLabel)
- Specified by:
setYAxeLabel
in interface IAxeLayout
getZAxeLabel
public String getZAxeLabel()
- Specified by:
getZAxeLabel
in interface IAxeLayout
setZAxeLabel
public void setZAxeLabel(String axeLabel)
- Specified by:
setZAxeLabel
in interface IAxeLayout
getXTicks
public double[] getXTicks()
- Specified by:
getXTicks
in interface IAxeLayout
getYTicks
public double[] getYTicks()
- Specified by:
getYTicks
in interface IAxeLayout
getZTicks
public double[] getZTicks()
- Specified by:
getZTicks
in interface IAxeLayout
getXTickProvider
public ITickProvider getXTickProvider()
- Specified by:
getXTickProvider
in interface IAxeLayout
setXTickProvider
public void setXTickProvider(ITickProvider tickProvider)
- Specified by:
setXTickProvider
in interface IAxeLayout
getYTickProvider
public ITickProvider getYTickProvider()
- Specified by:
getYTickProvider
in interface IAxeLayout
setYTickProvider
public void setYTickProvider(ITickProvider tickProvider)
- Specified by:
setYTickProvider
in interface IAxeLayout
getZTickProvider
public ITickProvider getZTickProvider()
- Specified by:
getZTickProvider
in interface IAxeLayout
setZTickProvider
public void setZTickProvider(ITickProvider tickProvider)
- Specified by:
setZTickProvider
in interface IAxeLayout
getXTickRenderer
public ITickRenderer getXTickRenderer()
- Specified by:
getXTickRenderer
in interface IAxeLayout
setXTickRenderer
public void setXTickRenderer(ITickRenderer tickRenderer)
- Specified by:
setXTickRenderer
in interface IAxeLayout
getYTickRenderer
public ITickRenderer getYTickRenderer()
- Specified by:
getYTickRenderer
in interface IAxeLayout
setYTickRenderer
public void setYTickRenderer(ITickRenderer tickRenderer)
- Specified by:
setYTickRenderer
in interface IAxeLayout
getZTickRenderer
public ITickRenderer getZTickRenderer()
- Specified by:
getZTickRenderer
in interface IAxeLayout
setZTickRenderer
public void setZTickRenderer(ITickRenderer tickRenderer)
- Specified by:
setZTickRenderer
in interface IAxeLayout
getXTickColor
public Color getXTickColor()
- Specified by:
getXTickColor
in interface IAxeLayout
setXTickColor
public void setXTickColor(Color tickColor)
- Specified by:
setXTickColor
in interface IAxeLayout
getYTickColor
public Color getYTickColor()
- Specified by:
getYTickColor
in interface IAxeLayout
setYTickColor
public void setYTickColor(Color tickColor)
- Specified by:
setYTickColor
in interface IAxeLayout
getZTickColor
public Color getZTickColor()
- Specified by:
getZTickColor
in interface IAxeLayout
setZTickColor
public void setZTickColor(Color tickColor)
- Specified by:
setZTickColor
in interface IAxeLayout
isFaceDisplayed
public boolean isFaceDisplayed()
- Specified by:
isFaceDisplayed
in interface IAxeLayout
setFaceDisplayed
public void setFaceDisplayed(boolean faceDisplayed)
- Specified by:
setFaceDisplayed
in interface IAxeLayout
getQuadColor
public Color getQuadColor()
- Specified by:
getQuadColor
in interface IAxeLayout
setQuadColor
public void setQuadColor(Color quadColor)
- Specified by:
setQuadColor
in interface IAxeLayout
getGridColor
public Color getGridColor()
- Specified by:
getGridColor
in interface IAxeLayout
setGridColor
public void setGridColor(Color gridColor)
- Specified by:
setGridColor
in interface IAxeLayout
isXAxeLabelDisplayed
public boolean isXAxeLabelDisplayed()
- Specified by:
isXAxeLabelDisplayed
in interface IAxeLayout
setXAxeLabelDisplayed
public void setXAxeLabelDisplayed(boolean axeLabelDisplayed)
- Specified by:
setXAxeLabelDisplayed
in interface IAxeLayout
isYAxeLabelDisplayed
public boolean isYAxeLabelDisplayed()
- Specified by:
isYAxeLabelDisplayed
in interface IAxeLayout
setYAxeLabelDisplayed
public void setYAxeLabelDisplayed(boolean axeLabelDisplayed)
- Specified by:
setYAxeLabelDisplayed
in interface IAxeLayout
isZAxeLabelDisplayed
public boolean isZAxeLabelDisplayed()
- Specified by:
isZAxeLabelDisplayed
in interface IAxeLayout
setZAxeLabelDisplayed
public void setZAxeLabelDisplayed(boolean axeLabelDisplayed)
- Specified by:
setZAxeLabelDisplayed
in interface IAxeLayout
isXTickLabelDisplayed
public boolean isXTickLabelDisplayed()
- Specified by:
isXTickLabelDisplayed
in interface IAxeLayout
setXTickLabelDisplayed
public void setXTickLabelDisplayed(boolean tickLabelDisplayed)
- Specified by:
setXTickLabelDisplayed
in interface IAxeLayout
isYTickLabelDisplayed
public boolean isYTickLabelDisplayed()
- Specified by:
isYTickLabelDisplayed
in interface IAxeLayout
setYTickLabelDisplayed
public void setYTickLabelDisplayed(boolean tickLabelDisplayed)
- Specified by:
setYTickLabelDisplayed
in interface IAxeLayout
isZTickLabelDisplayed
public boolean isZTickLabelDisplayed()
- Specified by:
isZTickLabelDisplayed
in interface IAxeLayout
setZTickLabelDisplayed
public void setZTickLabelDisplayed(boolean tickLabelDisplayed)
- Specified by:
setZTickLabelDisplayed
in interface IAxeLayout
Copyright © 2013. All rights reserved.