|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Size | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.geometry.persistence | Provides interfaces and classes for making geometry attributes of composites persistent. |
| com.tensegrity.composite.persistence | Provides classes for making composite objects persistent. |
| com.tensegrity.graph.layout | Contains the layout algorithms and their dependent utility classes. |
| com.tensegrity.graph.view | Contains the graph view interface. |
| com.tensegrity.graph.view.image | |
| com.tensegrity.graphics | Contains basic classes and interfaces of the Tensegrity graphics framework. |
| com.tensegrity.graphics.primitive2D | Contains classes that define graphical primitives in 2D space. |
| com.tensegrity.gui.swing.dialog.graphfilechooser | The extension to the default Open- and Save-Dialog is placed in this package. |
| com.tensegrity.gui.swing.graph |
The graph package contains the two panels required for the SwingGraphDocument,
a NavigatorPanel and several components for the inplace editing supported by the
SwingGraphPanel.
|
| com.tensegrity.gui.swt.dialog.graphfilechooser | |
| com.tensegrity.gui.swt.graph | |
| Uses of Size in com.tensegrity.composite |
| Methods in com.tensegrity.composite that return Size | |
Size |
CompositeTableState.getFoldStateSize()
Returns the size for a certain fold-state of the CompositeGroup at the time the
CompositeTableState was created. |
Size |
CompositeGroup.getFoldStateSize(int foldstate)
Returns a Size instance that describes the extensions of a
CompositeGroup when it is in a folded state defined by the
constant given by foldstate. |
Size |
CompositeGroup.getFoldStateButtonSize()
Returns a Size instance that describes the extensions for
the FoldStateButton. |
Size |
CompositeLineState.getLabelSize()
Returns the size of the CompositeLine's label at the time
the CompositeLineState was created. |
static Size |
GeometryDescriptionUtilities.parseMetricExpressionSize(java.lang.String expressionstr,
java.lang.String exception_reason_message)
|
Size |
CompositeState.getSize()
Returns the size of the Composite at the time the
CompositeState was created. |
Size |
CompositeState.getMinimumSize()
Returns the minimum size for the Composite at the time the
CompositeState was created |
Size |
Composite.getMinimumSize()
Returns the minimum size for the Composite. |
Size |
Composite.getSize()
Returns the current size of the Composite. |
Size |
CompositeGroupState.getFoldStateSize()
Returns the size for a certain fold-state of the CompositeGroup at the time the
CompositeGroupState was created. |
Size |
CompositeLine.getLabelSize()
Deprecated. use .getSign().getSize() instead [NOTICE: method will be removed in the near future] |
Size |
CompositeTable.getFoldStateSize(int foldstate)
Returns a Size instance that describes the extensions of a
CompositeGroup when it is in a folded state defined by the
constant given by foldstate. |
| Methods in com.tensegrity.composite with parameters of type Size | |
void |
CompositeGroup.setFoldStateSize(int foldstate,
Size size)
Sets the extensions of a CompositeGroup for the fold state
defined by the constant given by foldstate to the extensions
of the Size instance given by size. |
void |
CompositeGroup.setFoldStateButtonSize(Size size)
Sets the extensions of the FoldStateButton to the extensions of the Size instance given by size. |
void |
Composite.addToLocation(Size sizes)
Adds the extensions given by sizes to the
Composites current location. |
void |
Composite.setMinimumSize(Size size)
Sets the minimum size of the Composite to the value given
by size. |
void |
Composite.setSize(Size size)
Sets the size of the Composite to the extensions given by
size. |
void |
CompositeTable.setMinimumCellSize(Size size)
Sets the minimal size for all cells (columns and row). |
void |
CompositeTable.setMaximumCellSize(Size size)
Sets the maximum size for all cells (columns and rows). |
void |
CompositeTable.setFoldStateSize(int foldstate,
Size size)
Sets the extensions of a CompositeGroup for the fold state
defined by the constant given by foldstate to the extensions
of the Size instance given by size. |
| Uses of Size in com.tensegrity.composite.geometry.persistence |
| Methods in com.tensegrity.composite.geometry.persistence with parameters of type Size | |
static void |
GeometryPersistenceUtilities.addSize(AttributeCollection collection,
java.lang.String attName,
Size size)
This methods adds the parameter Size to the given
AttributeCollection by creating a comma separated string
from the values of the extensions array and using the
parameter String attName as name for the newly added
attribute. |
| Uses of Size in com.tensegrity.composite.persistence |
| Methods in com.tensegrity.composite.persistence that return Size | |
protected Size |
CompositeBuilder.getSize(AttributeList list,
java.lang.String attributename)
Method getSize returns a new Size instance from the SIZE attribute. |
protected Size |
CompositeBuilder.getSizeMayBeNull(AttributeList list,
java.lang.String attributename)
Returns a Size instance read from the given AttributeList or null. |
protected Size |
CompositeGroupBuilder.getSize(AttributeList list,
java.lang.String attributeName)
Returns an instance of Size created by the passed
AttributeList elements. |
protected Size |
CompositeGroupBuilder.getSizeMayBeNull(AttributeList list,
java.lang.String attributeName,
Size defaultValue)
This method returns an instance of size read from the given AttributeList. |
protected Size |
CompositeTableBuilder.getSizeMayBeNull(AttributeList list,
java.lang.String attributeName,
Size defaultValue)
This method returns an instance of size read from the given AttributeList. |
| Methods in com.tensegrity.composite.persistence with parameters of type Size | |
protected Attribute |
CompositeGroupSerializer.getSizeAttribute(java.lang.String attributeName,
Size size)
Returns an Attribute for a given Size instance. |
protected Size |
CompositeGroupBuilder.getSizeMayBeNull(AttributeList list,
java.lang.String attributeName,
Size defaultValue)
This method returns an instance of size read from the given AttributeList. |
protected Attribute |
CompositeTableSerializer.getSizeAttribute(java.lang.String attributeName,
Size size)
Returns an Attribute for a given Size instance. |
protected void |
CompositeSerializer.addSize(AttributeList list,
java.lang.String attName,
Size size)
Method addLocation adds the size of the internal composite to the given list. |
protected Size |
CompositeTableBuilder.getSizeMayBeNull(AttributeList list,
java.lang.String attributeName,
Size defaultValue)
This method returns an instance of size read from the given AttributeList. |
| Uses of Size in com.tensegrity.graph.layout |
| Methods in com.tensegrity.graph.layout that return Size | |
Size |
LayoutableEdge.getLabelSize()
Returns the size of the label. |
Size |
LayoutableNode.getSize()
Gets the Size of the node. |
| Uses of Size in com.tensegrity.graph.view |
| Methods in com.tensegrity.graph.view that return Size | |
Size |
VisualGraphView.getDefaultFoldedSubgraphSize()
Returns the default-size for folded subgraphs. |
Size |
InteractionHighlightConfiguration.getEdgeSplitSize()
Returns the current edge-split highlighting Composite size. |
Size |
InteractionHighlightConfiguration.getOverlayEdgeCreationSize()
Returns the current overlay-edge-creation highlighting Composite size. |
Size |
InteractionHighlightConfiguration.getSuperposedNodeHighlightSize()
|
Size |
InteractionHighlightConfiguration.getGroupDropSize()
Returns the current group-drop highlighting Composite size. |
| Methods in com.tensegrity.graph.view with parameters of type Size | |
void |
VisualGraphView.setDefaultFoldedSubgraphSize(Size defaultFoldedSubgraphSize)
Sets the default-size for folded subgraphs. |
void |
InteractionHighlightConfiguration.setEdgeSplitSize(Size edgeSplitSize)
Sets the edge-split highlighting Composite size to the value
given by edgeSplitSize. |
void |
InteractionHighlightConfiguration.setOverlayEdgeCreationSize(Size overlayEdgeCreationSize)
Sets the overlay-edge-creation highlighting Composite size to the value
given by overlayEdgeCreationSize. |
void |
InteractionHighlightConfiguration.setSuperposedNodeHighlightSize(Size superposedNodeHighlightSize)
|
void |
InteractionHighlightConfiguration.setGroupDropSize(Size groupDropSize)
Sets the group-drop highlighting Composite size to the value
given by groupDropSize. |
| Uses of Size in com.tensegrity.graph.view.image |
| Methods in com.tensegrity.graph.view.image that return Size | |
Size |
ImageExportViewConfigurator.prepareView(VisualGraphView visualgraphview)
Prepares the view to be rendered to an image using the registered configuration. |
| Uses of Size in com.tensegrity.graphics |
| Methods in com.tensegrity.graphics that return Size | |
Size |
TextFormatter.getPreferredSize(Transform2D xform_context,
ScaleValues scalevalues)
Returns the preferred overall size (height and width) for the formatted text under the given Transform2D. |
Size |
BoundingBox.getSize()
TODO : comment |
| Methods in com.tensegrity.graphics with parameters of type Size | |
void |
BoundingBox.setSize(Size size)
TODO : comment |
static Coordinate |
Anchor.computeLocation(Anchor anchor,
Coordinate origin,
Size size)
|
static Coordinate |
Anchor.computeLocation(Anchor anchor,
Coordinate origin,
Size size,
Size sizeObject)
|
static Coordinate |
UtilitiesLineLabel.getDefaultLocation(Coordinate[] coords,
Coordinate[] refcoords,
int[] segmenttypes,
MarkerFormat lineMarkerBegin,
MarkerFormat lineMarkerEnd,
int lineType,
Size labelSize,
int labelAnchor,
int labelPlacement,
int labelDistanceToLine,
boolean obeyPlacement)
|
static Coordinate |
UtilitiesLineLabel.getDefaultLocation(Coordinate[] coords,
Coordinate[] refcoords,
int[] segmenttypes,
int lineMarkerBeginSize,
int lineMarkerEndSize,
int lineType,
Size labelSize,
int labelAnchor,
int labelPlacement,
int labelDistanceToLine,
boolean obeyPlacement)
|
| Constructors in com.tensegrity.graphics with parameters of type Size | |
Size(Size size)
Copy constructor for Size. |
|
| Uses of Size in com.tensegrity.graphics.primitive2D |
| Methods in com.tensegrity.graphics.primitive2D that return Size | |
Size |
Label2D.getPreferredSize(Transform2D xform_context,
ScaleValues scalevalues)
Returns the preferred size for the Label2D with respect to
the line breaks within the current text and the context transformation
given by xform_context.
|
| Uses of Size in com.tensegrity.gui.swing.dialog.graphfilechooser |
| Methods in com.tensegrity.gui.swing.dialog.graphfilechooser that return Size | |
Size |
ExportSettings.getImageSize()
Returns the size of the image. |
| Uses of Size in com.tensegrity.gui.swing.graph |
| Methods in com.tensegrity.gui.swing.graph that return Size | |
Size |
SwingGraphPanel.getVisualGraphImagePreferredSize()
Deprecated. Use VisualGraphImageUtil.getPreferredSize(VisualGraphView) instead! |
static Size |
VisualGraphImageUtil.getPreferredSize(VisualGraphView visualgraphview)
Returns the preferred size for an unscaled export of the current VisualGraphView. |
| Uses of Size in com.tensegrity.gui.swt.dialog.graphfilechooser |
| Methods in com.tensegrity.gui.swt.dialog.graphfilechooser that return Size | |
Size |
SwtExportSettingsPanel.getImageSize()
|
| Uses of Size in com.tensegrity.gui.swt.graph |
| Methods in com.tensegrity.gui.swt.graph that return Size | |
static Size |
VisualGraphImageUtil.getPreferredSize(VisualGraphView visualgraphview)
Returns the preferred size for an unscaled export of the current VisualGraphView. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||