Uses of Class
com.mxgraph.model.mxGeometry
-
Packages that use mxGeometry Package Description com.mxgraph.model This package contains the classes that define a graph model.com.mxgraph.view This package implements the graph component, represented by the mxGraph class. -
-
Uses of mxGeometry in com.mxgraph.model
Fields in com.mxgraph.model declared as mxGeometry Modifier and Type Field Description protected mxGeometrymxCell. geometryHolds the geometry.protected mxGeometrymxGraphModel.mxGeometryChange. geometryprotected mxGeometrymxGraphModel.mxGeometryChange. previousMethods in com.mxgraph.model that return mxGeometry Modifier and Type Method Description protected mxGeometrymxGraphModel. geometryForCellChanged(java.lang.Object cell, mxGeometry geometry)Inner callback to update the mxGeometry of the given mxCell using mxCell.setGeometry and return the previous mxGeometry.mxGeometrymxCell. getGeometry()mxGeometrymxGraphModel. getGeometry(java.lang.Object cell)mxGeometrymxGraphModel.mxGeometryChange. getGeometry()mxGeometrymxICell. getGeometry()Returns the object that describes the geometry.mxGeometrymxIGraphModel. getGeometry(java.lang.Object cell)Returns the geometry of the given cell.mxGeometrymxGraphModel.mxGeometryChange. getPrevious()mxGeometrymxGraphModel. setGeometry(java.lang.Object cell, mxGeometry geometry)mxGeometrymxIGraphModel. setGeometry(java.lang.Object cell, mxGeometry geometry)Sets the geometry of the given cell.Methods in com.mxgraph.model with parameters of type mxGeometry Modifier and Type Method Description protected mxGeometrymxGraphModel. geometryForCellChanged(java.lang.Object cell, mxGeometry geometry)Inner callback to update the mxGeometry of the given mxCell using mxCell.setGeometry and return the previous mxGeometry.voidmxCell. setGeometry(mxGeometry geometry)voidmxGraphModel.mxGeometryChange. setGeometry(mxGeometry value)mxGeometrymxGraphModel. setGeometry(java.lang.Object cell, mxGeometry geometry)voidmxICell. setGeometry(mxGeometry geometry)Sets the object to be used as the geometry.mxGeometrymxIGraphModel. setGeometry(java.lang.Object cell, mxGeometry geometry)Sets the geometry of the given cell.voidmxGraphModel.mxGeometryChange. setPrevious(mxGeometry value)Constructors in com.mxgraph.model with parameters of type mxGeometry Constructor Description mxCell(java.lang.Object value, mxGeometry geometry, java.lang.String style)Constructs a new cell for the given parameters.mxGeometryChange(mxGraphModel model, java.lang.Object cell, mxGeometry geometry) -
Uses of mxGeometry in com.mxgraph.view
Methods in com.mxgraph.view that return mxGeometry Modifier and Type Method Description mxGeometrymxGraph. getCellGeometry(java.lang.Object cell)Returns the geometry for the given cell.Methods in com.mxgraph.view with parameters of type mxGeometry Modifier and Type Method Description mxPointmxGraphView. getPoint(mxCellState state, mxGeometry geometry)Returns the absolute point on the edge for the given relative geometry as a point.voidmxGraph. updateAlternateBounds(java.lang.Object cell, mxGeometry geo, boolean willCollapse)Updates or sets the alternate bounds in the given geometry for the given cell depending on whether the cell is going to be collapsed.voidmxGraphView. updateEdgeState(mxCellState state, mxGeometry geo)Validates the given cell state.voidmxGraphView. updateVertexState(mxCellState state, mxGeometry geo)Validates the given cell state.
-