All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----relaaja.netlayout.VGJ.Node
private Set adjacencies_x_
protected double x_y_
protected double y_z_
protected double z_oldpos_
protected DPoint3 oldpos_grouppos_
protected DPoint3 grouppos_movingZ_
private double movingZ_width_
protected double width_height_
protected double height_depth_
protected double depth_shape_
private int shape_label_
private String label_[]labelPosition_
private int labelPosition_imageLocation_
private String imageLocation_imageType_
private String imageType_image_
private Image image_temp_
private double temp_defaultLabel_
private static boolean defaultLabel_isDummy_
protected boolean isDummy_index_
protected int index_selected_
private boolean selected_id_
protected int id_haveId_
protected boolean haveId_toolkit_
private static Toolkit toolkit_context_
private static URL context_imageChange_
private boolean imageChange_groupNodeId_
protected int groupNodeId_groupNode_
protected Node groupNode_isGroup_
protected boolean isGroup_groupActive_
protected boolean groupActive_inActiveGroup_
protected boolean inActiveGroup_data
public Object data
public static final int OVALRECTANGLE
public static final int RECTANGLEBELOW
public static final int BELOWIN
public static final int INCENTER
public static final int CENTERshapeNames
public static final String shapeNames[]hexchars_
private static char hexchars_[]dataTypes
public static String dataTypes[]
private String data_[]defaults
public static Node defaults
private Node(int unused)Node
public Node()
public Node(boolean dummy)
public int searchNextChild(int n)
public void setId(int id)getIdObject
public Integer getIdObject()getId
public int getId()setPosition
public void setPosition(double new_x, double new_y)setPosition
public void setPosition(DPoint new_position)setPosition
public void setPosition(double new_x, double new_y, double new_z)setPosition
public void setPosition(DPoint3 new_position)getPosition
public DPoint getPosition()getWidth
public double getWidth()getHeight
public double getHeight()getIsDummy
public boolean getIsDummy()getPosition3
public DPoint3 getPosition3()setBoundingBox
public void setBoundingBox(double new_width, double new_height)setBoundingBox
public void setBoundingBox(DDimension new_bbox)getBoundingBox
public DDimension getBoundingBox()setBoundingBox
public void setBoundingBox(double new_width, double new_height, double new_depth)setShape
public void setShape(int shape)getShape
public int getShape()setTemp
public void setTemp(double temp)getTemp
public double getTemp()setLabel
public void setLabel(String label)getLabel
public String getLabel()setDefaultLabel
public static void setDefaultLabel(boolean use_default)getDefaultLabel
public static boolean getDefaultLabel()setSelected
public void setSelected(boolean selected)getSelected
public boolean getSelected()setChild
public void setChild(int child)clearChild
public void clearChild(int child)getChildren
public Set getChildren()firstChild
public int firstChild()
public int nextChild()
public int getIndex()hasChild
public boolean hasChild(int child)hasChild
public boolean hasChild(Node child)numberOfChildren
public int numberOfChildren()copyAttributes
public void copyAttributes(Node node_to_copy)
public Object clone() throws CloneNotSupportedException
public DPoint3 intersectWithLineTo(DPoint3 to, boolean inplane, int quality)psString_
private StringBuffer psString_(String source)PSnum_
private String PSnum_(double num)setToolkit
public static void setToolkit(Toolkit toolkit)setContext
public static void setContext(URL context)imageUpdate
public boolean imageUpdate(Image image, int info, int x, int y, int w, int h)setLabelPosition
public void setLabelPosition(String label_position)getLabelPosition
public int getLabelPosition()setImageType
public void setImageType(String image_type)getImageType
public String getImageType()setImageSource
public void setImageSource(String image_source)getImageSource
public String getImageSource()setImage
public void setImage(Component comp, boolean set_w, boolean set_h)getImagePixels
public static int[] getImagePixels(Image image, int wd, int ht)getImage
public Image getImage()imagePS
public static String imagePS(Image image)inGroup
public boolean inGroup()isGroup
public boolean isGroup()groupActive
public boolean groupActive()isVisible
public boolean isVisible()getVisibleGroupRoot
public Node getVisibleGroupRoot()setGroup
public void setGroup()scaleBounds_
private void scaleBounds_(Graphics graphics, double scale)setDataVals
public void setDataVals(String data_vals[])getDataVals
public String[] getDataVals()
All Packages Class Hierarchy This Package Previous Next Index