|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucl.physiol.neuroconstruct.utils.Display3DProperties
public class Display3DProperties
Storing of various properties related to how the cells should be displayed in 3D
| Field Summary | |
|---|---|
static int |
AA_NOT_SET
|
static int |
AA_OFF
|
static int |
AA_ON
|
static String |
DISPLAY_INPUTS_AS_PROBES
|
static String |
DISPLAY_INPUTS_AS_SPHERES
|
static String |
DISPLAY_SOMA_LINE_NEURITE_LINE
|
static String |
DISPLAY_SOMA_NEURITE_SOLID
|
static String |
DISPLAY_SOMA_NEURITE_SOLID_UNSHINY
|
static String |
DISPLAY_SOMA_SOLID_NEURITE_LINE
|
static String |
DISPLAY_SOMA_SOLID_NEURITE_NONE
|
| Constructor Summary | |
|---|---|
Display3DProperties()
|
|
Display3DProperties(Color backgroundColour3D,
Color cellColour3D,
boolean show3DAxes,
boolean showRegions,
boolean showInputs,
boolean showAxonalArbours,
boolean showSynapseConns,
boolean showSynapseEndpoints,
int antiAliasing,
String dendriteDisplayOption,
float transparency)
|
|
| Method Summary | |
|---|---|
int |
getAntiAliasing()
|
Color |
getBackgroundColour3D()
|
Color |
getCellColour3D()
|
String |
getDisplayOption()
How to display the dendrites, etc. |
static Vector |
getDisplayOptions(boolean inclComps)
Get allowable display formats |
float |
getMinRadius()
|
int |
getResolution3DElements()
|
boolean |
getShow3DAxes()
|
boolean |
getShowAxonalArbours()
|
boolean |
getShowInputs()
|
String |
getShowInputsAs()
|
boolean |
getShowRegions()
|
boolean |
getShowSynapseConns()
|
boolean |
getShowSynapseEndpoints()
|
float |
getTransparency()
|
void |
initialiseDefaultValues()
Gets the defaults from GeneralProperties. |
boolean |
isCompartmentalisationDisplay()
Returns wether this display is not of the original cell, but a compartmentalisation |
void |
setAntiAliasing(int antiAliasing)
|
void |
setBackgroundColour3D(Color colour)
|
void |
setCellColour3D(Color cellColour3D)
|
void |
setDisplayOption(String dispOpt)
How to display the dendrites, etc. |
void |
setMinRadius(float minRadius)
|
void |
setResolution3DElements(int resolution3DElements)
|
void |
setShow3DAxes(boolean showAxes)
|
void |
setShowAxonalArbours(boolean show)
|
void |
setShowInputs(boolean show)
|
void |
setShowInputsAs(String showAs)
|
void |
setShowRegions(boolean show)
|
void |
setShowSynapseConns(boolean show)
|
void |
setShowSynapseEndpoints(boolean show)
|
void |
setTransparency(float transparency)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String DISPLAY_SOMA_NEURITE_SOLID
public static final String DISPLAY_SOMA_NEURITE_SOLID_UNSHINY
public static final String DISPLAY_SOMA_SOLID_NEURITE_NONE
public static final String DISPLAY_SOMA_SOLID_NEURITE_LINE
public static final String DISPLAY_SOMA_LINE_NEURITE_LINE
public static final String DISPLAY_INPUTS_AS_PROBES
public static final String DISPLAY_INPUTS_AS_SPHERES
public static final int AA_NOT_SET
public static final int AA_OFF
public static final int AA_ON
| Constructor Detail |
|---|
public Display3DProperties()
public Display3DProperties(Color backgroundColour3D,
Color cellColour3D,
boolean show3DAxes,
boolean showRegions,
boolean showInputs,
boolean showAxonalArbours,
boolean showSynapseConns,
boolean showSynapseEndpoints,
int antiAliasing,
String dendriteDisplayOption,
float transparency)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic void initialiseDefaultValues()
public static Vector getDisplayOptions(boolean inclComps)
inclComps - include compartmentalisation optionspublic float getTransparency()
public void setTransparency(float transparency)
public Color getBackgroundColour3D()
public void setBackgroundColour3D(Color colour)
public boolean getShow3DAxes()
public void setShow3DAxes(boolean showAxes)
public int getAntiAliasing()
public void setAntiAliasing(int antiAliasing)
public boolean getShowInputs()
public String getShowInputsAs()
public void setShowInputs(boolean show)
public void setShowInputsAs(String showAs)
public boolean getShowAxonalArbours()
public void setShowAxonalArbours(boolean show)
public String getDisplayOption()
public boolean isCompartmentalisationDisplay()
public void setDisplayOption(String dispOpt)
public boolean getShowRegions()
public void setShowRegions(boolean show)
public boolean getShowSynapseConns()
public void setShowSynapseConns(boolean show)
public boolean getShowSynapseEndpoints()
public void setShowSynapseEndpoints(boolean show)
public int getResolution3DElements()
public void setResolution3DElements(int resolution3DElements)
public float getMinRadius()
public void setMinRadius(float minRadius)
public Color getCellColour3D()
public void setCellColour3D(Color cellColour3D)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||