Uses of Class
org.graphstream.ui.graphicGraph.stylesheet.Values
-
Uses of Values in org.graphstream.ui.graphicGraph
Fields in org.graphstream.ui.graphicGraph declared as Values Modifier and Type Field Description ValuesGraphicSprite. positionSprite position.Methods in org.graphstream.ui.graphicGraph with parameters of type Values Modifier and Type Method Description voidGraphicSprite. setPosition(Values values) -
Uses of Values in org.graphstream.ui.graphicGraph.stylesheet
Methods in org.graphstream.ui.graphicGraph.stylesheet that return Values Modifier and Type Method Description ValuesStyle. getArrowSize()Edge arrow dimensions.ValuesStyle. getPadding()Additional space to add inside the element between its contour and its contents.ValuesStyle. getShadowOffset()Offset of the element shadow centre according to the element centre.ValuesStyle. getShapePoints()The element polygonal shape.ValuesStyle. getSize()The element dimensions.ValuesStyle. getTextOffset()Offset of the text from its computed position.ValuesStyle. getTextPadding()Padding of the text inside its background, if any.ValuesStyle. getTextVisibility()Visibility values if the text visibility changes.ValuesStyle. getVisibility()The element visibility if it is variable.Methods in org.graphstream.ui.graphicGraph.stylesheet with parameters of type Values Modifier and Type Method Description voidValues. copy(Values values)Copy the given values to this set.Constructors in org.graphstream.ui.graphicGraph.stylesheet with parameters of type Values Constructor Description Values(Values other)New copy of another value set. -
Uses of Values in org.graphstream.ui.graphicGraph.stylesheet.parser
Methods in org.graphstream.ui.graphicGraph.stylesheet.parser that return Values Modifier and Type Method Description ValuesStyleSheetParser. values() -
Uses of Values in org.graphstream.ui.spriteManager
Methods in org.graphstream.ui.spriteManager with parameters of type Values Modifier and Type Method Description <T extends Sprite>
TSpriteManager. addSprite(String identifier, Class<T> spriteClass, Values position)Same asSpriteManager.addSprite(String, Class)but also allows to specify an initial position.SpriteSpriteFactory. newSprite(String identifier, SpriteManager manager, Values position)Create a new sprite for the given manager with the given identifier. -
Uses of Values in org.graphstream.ui.view.camera
Methods in org.graphstream.ui.view.camera that return Values Modifier and Type Method Description ValuesDefaultCamera2D. getNodeOrSpriteSize(GraphicElement elt) -
Uses of Values in org.graphstream.ui.view.util
Methods in org.graphstream.ui.view.util with parameters of type Values Modifier and Type Method Description doubleGraphMetrics. lengthToGu(Values values, int index)Convert one of the given values in a given units to graph units.doubleGraphMetrics. lengthToPx(Values values, int index)Convert one of the given values in a given units pixels.