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

P

PARSE_REGEX - Static variable in class dip.judge.parser.PositionParser
Capture groups: 1:power, 2:unit, 3:province
Note: a space is not always present between the colon and the unit type.
PDF_FILTER - Static variable in class dip.misc.SimpleFileFilter
PDF file filter
PNG_FILTER - Static variable in class dip.misc.SimpleFileFilter
PNG file filter
POS_ADJUSTMENT - Static variable in class dip.world.Phase.PhaseType
 
POS_FALL - Static variable in class dip.world.Phase.SeasonType
 
POS_MOVEMENT - Static variable in class dip.world.Phase.PhaseType
 
POS_RETREAT - Static variable in class dip.world.Phase.PhaseType
 
POS_SPRING - Static variable in class dip.world.Phase.SeasonType
 
ParserUtils - class dip.judge.parser.ParserUtils.
Utilities & Constants used by the parser classes
Path - class dip.world.Path.
Determines Convoy paths between points on a Map, and also minimum distances between two map points.
Path(Position) - Constructor for class dip.world.Path
Create a new Path object
Path(Adjudicator) - Constructor for class dip.world.Path
Create a new Path object.
Path.AnyConvoyPathEvaluator - class dip.world.Path.AnyConvoyPathEvaluator.
 
Path.AnyConvoyPathEvaluator() - Constructor for class dip.world.Path.AnyConvoyPathEvaluator
 
Path.ConvoyFAPEvaluator - class dip.world.Path.ConvoyFAPEvaluator.
FAPEvaluator that checks to see if there is a Fleet present in the given Province that has orders to Convoy, and that convoy order has the given convoy-source and convoy-destination provinces.
Path.ConvoyFAPEvaluator(Adjudicator, Province, Province) - Constructor for class dip.world.Path.ConvoyFAPEvaluator
Create a ConvoyFAPEvaluator
Path.FAPEvaluator - class dip.world.Path.FAPEvaluator.
FAPEvaluator class.
Path.FAPEvaluator() - Constructor for class dip.world.Path.FAPEvaluator
 
Path.FleetFAPEvaluator - class dip.world.Path.FleetFAPEvaluator.
FAPEvaluator that checks to see if there is a Fleet present in the given Province.
Path.FleetFAPEvaluator(Position) - Constructor for class dip.world.Path.FleetFAPEvaluator
Create a FleetFAPEvaluator
Path.PathEvaluator - interface dip.world.Path.PathEvaluator.
 
PersistenceManager - class dip.gui.PersistenceManager.
Manages saving / opening of game files, and creation of new games, and exiting of the program.
PersistenceManager(ClientFrame) - Constructor for class dip.gui.PersistenceManager
Creates a new PersistenceManager object.
Phase - class dip.world.Phase.
A Phase object represents when a turn takes place, and contains the year, game phase (PhaseType), and Season information.
Phase(Phase.SeasonType, int, Phase.PhaseType) - Constructor for class dip.world.Phase
Create a new Phase.
Phase(Phase.SeasonType, Phase.YearType, Phase.PhaseType) - Constructor for class dip.world.Phase
Create a new Phase.
Phase(Phase.YearType, int) - Constructor for class dip.world.Phase
Create a new Phase, given a known index
Phase.PhaseType - class dip.world.Phase.PhaseType.
PhaseTypes represent game phases.
Phase.PhaseType(String, int, String) - Constructor for class dip.world.Phase.PhaseType
Create a new PhaseType
Phase.SeasonType - class dip.world.Phase.SeasonType.
Represents seasons SeasonType constants should be used, rather than creating new SeasonType objects.
Phase.SeasonType(String, int) - Constructor for class dip.world.Phase.SeasonType
Creates a new SeasonType
Phase.YearType - class dip.world.Phase.YearType.
YearType is used to represent the Year A YearType is used because we now support negative years ("BC") and need to appropriately advance, parse, and format these years.
Phase.YearType(int) - Constructor for class dip.world.Phase.YearType
Create a new YearType
PhaseSelector - class dip.gui.PhaseSelector.
Manages all (except for select) items in the History menu.
PhaseSelector(ClientFrame) - Constructor for class dip.gui.PhaseSelector
Create a PhaseSelector object.
PlayerMetadata - class dip.world.metadata.PlayerMetadata.
Contains MetaData about a player.
PlayerMetadata() - Constructor for class dip.world.metadata.PlayerMetadata
Create a PlayerMetadata object
Position - class dip.world.Position.
Stores all the mutable (state) information for a given TurnState.
Position(Map) - Constructor for class dip.world.Position
 
PositionParser - class dip.judge.parser.PositionParser.
Parses static position list, if present.
PositionParser(String) - Constructor for class dip.judge.parser.PositionParser
Parses the input for Position information, if any is present.
PositionParser.PositionInfo - class dip.judge.parser.PositionParser.PositionInfo.
Details the position information
PositionParser.PositionInfo(String, String, String) - Constructor for class dip.judge.parser.PositionParser.PositionInfo
Creates a PositionInfo object
Power - class dip.world.Power.
A Power represents player in the game.
Power(String[], String, boolean) - Constructor for class dip.world.Power
Create a new Power.
PreferenceDialog - class dip.gui.dialog.prefs.PreferenceDialog.
Creates a Preferences Dialog.
PreferencePanel - class dip.gui.dialog.prefs.PreferencePanel.
This defines a Panel (tabbed Panel) in the PreferenceDialog.
PreferencePanel() - Constructor for class dip.gui.dialog.prefs.PreferencePanel
 
Preferences - Static variable in class dip.misc.Help.HelpID
Preferences help
PressChannel - interface dip.net.message.PressChannel.
Defines a Channel for sending Press messages.
PressConfigDialog - class dip.gui.dialog.PressConfigDialog.
 
PressConfigDialog() - Constructor for class dip.gui.dialog.PressConfigDialog
 
PressConfiguration - class dip.net.message.PressConfiguration.
Press Configuration This object holds the general press options.
PressConfiguration() - Constructor for class dip.net.message.PressConfiguration
Create a PressConfiguration object.
PressDialog - class dip.gui.dialog.PressDialog.
 
PressListener - interface dip.net.message.PressListener.
 
PressListenerAdapter - class dip.net.message.PressListenerAdapter.
 
PressListenerAdapter() - Constructor for class dip.net.message.PressListenerAdapter
 
PressMessage - interface dip.net.message.PressMessage.
A Press Message
PressStore - interface dip.net.message.PressStore.
A PressStore object is returned by the World object, and facilitates the storage and retrieval of Press messages.
Printing - Static variable in class dip.misc.Help.HelpID
Printing help
PropertyCheck - class dip.misc.PropertyCheck.
Given 2 or more .properties files, it compares them, and writes (to stdout) which property file is missing a key (compared to all other files).
PropertyCheck(String[]) - Constructor for class dip.misc.PropertyCheck
 
Province - class dip.world.Province.
A Province represents a region on the map.
Province(String, String[], int, boolean) - Constructor for class dip.world.Province
Creates a new Province object.
Province.Adjacency - class dip.world.Province.Adjacency.
Adjacency maintains the connectivity graph between provinces.
ProvinceData - class dip.world.variant.data.ProvinceData.
 
ProvinceData() - Constructor for class dip.world.variant.data.ProvinceData
 
ProvinceParser - interface dip.world.variant.parser.ProvinceParser.
Interface for parsers; parsers must return ProvinceData and BorderData arrays.
paint(Graphics) - Method in class dip.gui.swing.XJEditorPane
Override paint with new RenderingHints
paint(Graphics) - Method in class dip.gui.swing.XJPanel
Override paint with new RenderingHints
paint(Graphics) - Method in class dip.gui.swing.XJTextPane
Override paint with new RenderingHints
paintComponent(Graphics) - Method in class dip.gui.dialog.HeaderDialog.GradientXJEditorPane
Overridden to provide painting functionality.
paintComponent(Graphics) - Method in class dip.gui.swing.GradientJLabel
Overridden to provide painting functionality.
paintIcon(Component, Graphics, int, int) - Method in class dip.gui.swing.ColorRectIcon
Draw the Icon
parse(Map, OrderFactory, Phase.PhaseType, String) - Method in class dip.order.NJudgeOrderParser
Parse a single line order.
parse(OrderFactory, String, Power, TurnState, boolean, boolean) - Method in class dip.order.OrderParser
Parse an order to an Order object.
parse(String) - Static method in class dip.world.Coast
Parses the coast from a text token.
parse(String) - Static method in class dip.world.Phase.PhaseType
Returns the appropriate PhaseType constant representing the input, or null.
parse(String) - Static method in class dip.world.Phase.SeasonType
Parse input to determine season; return null if input cannot be parsed into a known SeasonType constant.
parse(String) - Static method in class dip.world.Phase.YearType
Returns the appropriate YearType constant representing the input, or null.
parse(String) - Static method in class dip.world.Phase
Determines the Phase from a String.
parse(String) - Static method in class dip.world.Unit.Type
Returns a type constant corresponding to the input.
parse(InputStream) - Method in class dip.world.variant.parser.XMLProvinceParser
Parse the given input stream; parsed data available via getProvinceData()
parse(InputStream, URL) - Method in class dip.world.variant.parser.XMLSymbolParser
Parse the given input stream
parse(InputStream, URL) - Method in class dip.world.variant.parser.XMLVariantParser
Parse the given input stream; parsed data available via getVariants() Note that when this method is called, any previous Variants (if any exist) are cleared.
parseBlock(BufferedReader) - Static method in class dip.judge.parser.ParserUtils
Begins reading text line-by-line Starts with first non-short line, adds text until we get a blank line, returns text in-between.
parseCSV(String) - Static method in class dip.misc.Utils
Parses a line of CSV text into a String array.
parseCSVXE(String) - Static method in class dip.misc.Utils
Similar to parseCSV(), but if the input string (after trimming) is null or empty, returns an array of length 0.
parseColor(String) - Static method in class dip.gui.map.SVGColorParser
Get the color; returns Color.BLACK if all parsing fails.
parseColor(String, Color) - Static method in class dip.misc.Utils
Given a color string, converts it to a color value.
parseLocation(String) - Method in class dip.world.Map
Parses text into a Location.
phaseType - Variable in class dip.world.Phase
 
popupError(JFrame, String, String) - Static method in class dip.misc.Utils
Popup an Error message dialog
popupInfo(JFrame, String, String) - Static method in class dip.misc.Utils
Popup an Info message dialog
position - Variable in class dip.world.Phase.PhaseType
 
position - Variable in class dip.world.Phase.SeasonType
 
power - Variable in class dip.order.Order
Power who gave the order to the unit
power - Variable in class dip.order.result.Result
The Power to whom this Result applies; null if it applies to everyone
powerMap - Variable in class dip.world.Position
 
prependText(String) - Method in class dip.judge.parser.JudgeParser
Prepend the given string in front of the stored text
pressReceived(PressChannel, PressMessage[]) - Method in interface dip.net.message.PressListener
New Press messages have arrived.
pressReceived(PressChannel, PressMessage[]) - Method in class dip.net.message.PressListenerAdapter
New Press messages have arrived.
previous() - Method in class dip.gui.PhaseSelector
Go to the Previous phase, if possible.
print(Object) - Static method in class dip.misc.Log
Print the given Object to the output file / stdout via the Object's toString() method.
printTimed(long, Object) - Static method in class dip.misc.Log
Print text followed timing delta and current time.
println(Object) - Static method in class dip.misc.Log
Print the given Object to the output file / stdout via the Object's toString() method.
println(Object, int) - Static method in class dip.misc.Log
Print text followed by an int
println(Object, Object) - Static method in class dip.misc.Log
Print the given objects to the log
println(Object, Object, Object) - Static method in class dip.misc.Log
Print the given objects to the log
println(Object, Object, Object, Object) - Static method in class dip.misc.Log
Print the given objects to the log
process() - Method in interface dip.process.Adjudicator
Start adjudication.
process() - Method in class dip.process.StdAdjudicator
Process the orders.
propListener - Variable in class dip.gui.OrderDisplayPanel
 
propListener - Variable in class dip.gui.map.MapRenderer2
 
propertyChange(PropertyChangeEvent) - Method in class dip.gui.AbstractCFPListener
Process PropertyChangeEvents into appropriate sub-methods.
provArray - Variable in class dip.world.Position
 
province - Variable in class dip.gui.map.RenderCommandFactory.RCRenderProvince
 
put(Object, Object) - Method in class dip.misc.LRUCache
 
putColor(Preferences, String, Color) - Static method in class dip.misc.SharedPrefs
 

A B C D E F G H I J K L M N O P R S T U V W X Y _
Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.