Uses of Record Class
org.variantsync.diffdetective.show.engine.geom.Vec2
Packages that use Vec2
Package
Description
-
Uses of Vec2 in org.variantsync.diffdetective.show
Fields in org.variantsync.diffdetective.show declared as Vec2 -
Uses of Vec2 in org.variantsync.diffdetective.show.engine
Fields in org.variantsync.diffdetective.show.engine declared as Vec2Methods in org.variantsync.diffdetective.show.engine that return Vec2Modifier and TypeMethodDescriptionCamera.getLocation()Entity.getLocation()Screen.screenToViewportCoord(Vec2 pos) World.worldToViewportCoord(Vec2 pos) Methods in org.variantsync.diffdetective.show.engine with parameters of type Vec2Modifier and TypeMethodDescriptionScreen.screenToViewportCoord(Vec2 pos) voidCamera.setLocation(Vec2 location) voidEntity.setLocation(Vec2 location) World.worldToViewportCoord(Vec2 pos) voidCamera.zoomTowards(int steps, Vec2 pos) The camera zooms the given steps. -
Uses of Vec2 in org.variantsync.diffdetective.show.engine.geom
Fields in org.variantsync.diffdetective.show.engine.geom declared as Vec2Modifier and TypeFieldDescriptionprivate final Vec2Box.lowerRightThe field for thelowerRightrecord component.private final Vec2Box.upperLeftThe field for theupperLeftrecord component.Methods in org.variantsync.diffdetective.show.engine.geom that return Vec2Modifier and TypeMethodDescriptionVec2.add(double x, double y) static Vec2Vec2.all(double val) Vec2.deltaTransform(AffineTransform t) Vec2.flip()static Vec2static Vec2Box.lowerRight()Returns the value of thelowerRightrecord component.Vec2.normalize()Vec2.rotate90DegreesClockwise()Vec2.scale(double s) Vec2.transform(AffineTransform t) Box.upperLeft()Returns the value of theupperLeftrecord component.Methods in org.variantsync.diffdetective.show.engine.geom with parameters of type Vec2Constructors in org.variantsync.diffdetective.show.engine.geom with parameters of type Vec2 -
Uses of Vec2 in org.variantsync.diffdetective.show.engine.hitbox
Methods in org.variantsync.diffdetective.show.engine.hitbox with parameters of type Vec2 -
Uses of Vec2 in org.variantsync.diffdetective.show.engine.input
Fields in org.variantsync.diffdetective.show.engine.input declared as Vec2Methods in org.variantsync.diffdetective.show.engine.input with parameters of type Vec2Modifier and TypeMethodDescriptionprotected voidprotected abstract voidprotected voidCameraDragAndDrop.dragUpdate(Vec2 windowPos) protected abstract voidMouseDragListener.dragUpdate(Vec2 windowPos) -
Uses of Vec2 in org.variantsync.diffdetective.show.variation
Fields in org.variantsync.diffdetective.show.variation declared as Vec2Modifier and TypeFieldDescriptionprivate Vec2Dance.centerprivate Vec2VariationDiffApp.resolutionMethods in org.variantsync.diffdetective.show.variation that return types with arguments of type Vec2Modifier and TypeMethodDescriptionVariationDiffApp.calculateLayout(VariationDiff<L> d, GraphvizExporter.LayoutAlgorithm layout, Format<L> format) Methods in org.variantsync.diffdetective.show.variation with parameters of type Vec2Modifier and TypeMethodDescriptionstatic <V> voidVariationDiffApp.alignInBox(Vec2 resolution, Map<V, Vec2> locations) voidMethod parameters in org.variantsync.diffdetective.show.variation with type arguments of type Vec2Modifier and TypeMethodDescriptionstatic <V> voidVariationDiffApp.alignInBox(Vec2 resolution, Map<V, Vec2> locations) voidVariationDiffApp.locateVariationDiffNodesAt(Map<DiffNode<?>, Vec2> locations) Constructors in org.variantsync.diffdetective.show.variation with parameters of type Vec2ModifierConstructorDescriptionVariationDiffApp(String name, VariationDiff<L> variationDiff, Vec2 resolution, List<DiffNodeLabelFormat<L>> availableFormats) -
Uses of Vec2 in org.variantsync.diffdetective.show.variation.input
Fields in org.variantsync.diffdetective.show.variation.input declared as Vec2Methods in org.variantsync.diffdetective.show.variation.input with parameters of type Vec2Modifier and TypeMethodDescriptionprotected voidprotected voidNodeDragAndDrop.dragUpdate(Vec2 windowPos) -
Uses of Vec2 in org.variantsync.diffdetective.variation.diff.serialize
Method parameters in org.variantsync.diffdetective.variation.diff.serialize with type arguments of type Vec2Modifier and TypeMethodDescription<La extends L>
voidTikzExporter.exportVariationDiff(VariationDiff<La> variationDiff, Function<DiffNode<La>, Vec2> nodeLayout, OutputStream destination, boolean escape)