Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

V

VALUE_SET - Static variable in class cusack.hcg.games.portallord.events.PortalLordEventDecoder
 
valueChanged(ListSelectionEvent) - Method in class cusack.hcg.gui.controller.ReplayController
 
valueChanged(ListSelectionEvent) - Method in class cusack.hcg.gui.controller.TableController
 
valueOf(String) - Static method in enum cusack.hcg.database.Puzzle.DifficultyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.database.Puzzle.PuzzleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.database.Puzzle.VisibilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.database.Solution.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.database.User.ComputerExperience
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.database.User.Education
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.database.User.UserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.games.multidesigns.DesignType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.games.pebble.algorithms.PebbleAlgorithmStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.games.pebble.algorithms.tests.AbstractSolvabilityTest.DeterminismType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.games.powergraph.PowerGraphVertexStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.graph.algorithm.AlgorithmStates
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.gui.controller.PuzzleController.ScreenMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.model.TutorialData.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cusack.hcg.model.TutorialData.Stage
Returns the enum constant of this type with the specified name.
values() - Static method in enum cusack.hcg.database.Puzzle.DifficultyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.database.Puzzle.PuzzleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.database.Puzzle.VisibilityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.database.Solution.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.database.User.ComputerExperience
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.database.User.Education
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.database.User.UserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.games.multidesigns.DesignType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.games.pebble.algorithms.PebbleAlgorithmStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.games.pebble.algorithms.tests.AbstractSolvabilityTest.DeterminismType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.games.powergraph.PowerGraphVertexStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.graph.algorithm.AlgorithmStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.gui.controller.PuzzleController.ScreenMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.model.TutorialData.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cusack.hcg.model.TutorialData.Stage
Returns an array containing the constants of this enum type, in the order they are declared.
vanillaGraphFromString(String) - Method in interface cusack.hcg.graph.DrawableProblem
 
VERSION - Static variable in class cusack.hcg.gui.GUI
 
VERT_FLIP - Static variable in class cusack.hcg.gui.Resources
 
VERT_HEIGHT - Static variable in class cusack.hcg.games.powergraph.powerhouses.PowerHousesTheme
 
VERT_HEIGHT - Static variable in class cusack.hcg.games.powergraph.powerlines.PowerLinesTheme
 
VERT_HEIGHT - Static variable in class cusack.hcg.games.powergraph.powerzones.PowerZonesTheme
 
VERT_WIDTH - Static variable in class cusack.hcg.games.powergraph.powerhouses.PowerHousesTheme
 
VERT_WIDTH - Static variable in class cusack.hcg.games.powergraph.powerlines.PowerLinesTheme
 
VERT_WIDTH - Static variable in class cusack.hcg.games.powergraph.powerzones.PowerZonesTheme
 
Vertex - Class in cusack.hcg.graph
This class is an object that acts as a representation of a vertex on a graph.
Vertex(Vertex) - Constructor for class cusack.hcg.graph.Vertex
Copy constructor.
Vertex(Graph) - Constructor for class cusack.hcg.graph.Vertex
Default constructor
VERTEX_ADDED - Static variable in class cusack.hcg.events.EventDecoder
 
VERTEX_CHOSEN - Static variable in class cusack.hcg.games.powergraph.events.PowerGraphEventDecoder
 
VERTEX_MOVED - Static variable in class cusack.hcg.events.EventDecoder
 
VERTEX_RADIUS - Static variable in class cusack.hcg.games.pebble.PebbleTheme
 
VERTEX_REMOVED - Static variable in class cusack.hcg.events.EventDecoder
 
VERTEX_UNCHOSEN - Static variable in class cusack.hcg.games.powergraph.events.PowerGraphEventDecoder
 
VertexAddedEvent - Class in cusack.hcg.events.graph
Fired when a vertex is added to a graph
VertexAddedEvent(PuzzleInstance) - Constructor for class cusack.hcg.events.graph.VertexAddedEvent
 
VertexAddedEvent(PuzzleInstance, Vertex) - Constructor for class cusack.hcg.events.graph.VertexAddedEvent
 
VertexAddedEvent(MultiVertexEvent<PuzzleInstance>) - Constructor for class cusack.hcg.events.graph.VertexAddedEvent
 
vertexAt(Point, int, int) - Method in class cusack.hcg.graph.Graph
Returns a vertex which is "near" p--within a small threshold.
vertexAt(Point, int, int) - Method in class cusack.hcg.graph.GraphWithData
 
VertexChosenEvent - Class in cusack.hcg.games.powergraph.events
 
VertexChosenEvent(PowerGraphInstance) - Constructor for class cusack.hcg.games.powergraph.events.VertexChosenEvent
 
VertexChosenEvent(PowerGraphInstance, Vertex) - Constructor for class cusack.hcg.games.powergraph.events.VertexChosenEvent
 
vertexCoordsChanged() - Method in class cusack.hcg.graph.Graph
Returns true if at least one of the vertices in this graph have been moved from their initial coordinates
vertexCoordsChanged() - Method in class cusack.hcg.graph.GraphWithData
 
VertexData - Interface in cusack.hcg.graph
 
VertexDeselectedEvent - Class in cusack.hcg.events
 
VertexDeselectedEvent(PuzzleInstance, Vertex) - Constructor for class cusack.hcg.events.VertexDeselectedEvent
 
VertexMoveEvent - Class in cusack.hcg.events.graph
Fired when a vertex is moved.
VertexMoveEvent(PuzzleInstance) - Constructor for class cusack.hcg.events.graph.VertexMoveEvent
 
VertexMoveEvent(PuzzleInstance, Vertex, Point) - Constructor for class cusack.hcg.events.graph.VertexMoveEvent
 
VertexRemovedEvent - Class in cusack.hcg.events.graph
Fired when a vertex is removed from a graph
VertexRemovedEvent(PuzzleInstance) - Constructor for class cusack.hcg.events.graph.VertexRemovedEvent
 
VertexRemovedEvent(PuzzleInstance, Vertex) - Constructor for class cusack.hcg.events.graph.VertexRemovedEvent
 
VertexRemovedEvent(MultiVertexEvent<PuzzleInstance>) - Constructor for class cusack.hcg.events.graph.VertexRemovedEvent
 
VertexSelectedEvent - Class in cusack.hcg.events
 
VertexSelectedEvent(PuzzleInstance, Vertex) - Constructor for class cusack.hcg.events.VertexSelectedEvent
 
VertexUnchosenEvent - Class in cusack.hcg.games.powergraph.events
 
VertexUnchosenEvent(PowerGraphInstance) - Constructor for class cusack.hcg.games.powergraph.events.VertexUnchosenEvent
 
VertexUnchosenEvent(PowerGraphInstance, Vertex) - Constructor for class cusack.hcg.games.powergraph.events.VertexUnchosenEvent
 
vertexWeights - Variable in class cusack.hcg.games.pebble.algorithms.solvability.nondeterministic.WeightedDistanceMatrix
 
VERTICAL - Static variable in class cusack.hcg.graph.Graph
 
VERTICAL_FLIP - Static variable in class cusack.hcg.events.EventDecoder
 
verticalFlip() - Method in class cusack.hcg.graph.Graph
Translates the vertices in this graph by flipping them across the y axis
verticalFlip(ArrayList<Vertex>) - Method in class cusack.hcg.graph.Graph
Translates the group of vertices that are passed in by flipping them across a line on the y axis
verticalFlip() - Method in class cusack.hcg.graph.GraphWithData
 
verticalFlip(ArrayList<Vertex>) - Method in class cusack.hcg.graph.GraphWithData
 
VerticalFlipEvent - Class in cusack.hcg.events.graph
 
VerticalFlipEvent(PuzzleInstance) - Constructor for class cusack.hcg.events.graph.VerticalFlipEvent
 
VerticalFlipEvent(PuzzleInstance, ArrayList<Vertex>) - Constructor for class cusack.hcg.events.graph.VerticalFlipEvent
 
vertsToString(ArrayList<Vertex>) - Static method in class cusack.hcg.events.MultiVertexEvent
 
VERY_LIGHT_TAN - Static variable in class cusack.hcg.gui.Resources
 
visit(ThreadGroup, int) - Static method in class cusack.hcg.util.My
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links