CounterFactory Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.log iTextSharp.text.log.CounterFactory[[CounterFactory]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
(
counter) |
Details
Methods
getInstance
Source code
public static CounterFactory getInstance()
GetCounter [1/2]
Source code
public static ICounter GetCounter(Type klass)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
klass |
GetCounter [2/2]
Source code
public virtual ICounter GetCounter()
SetCounter
Source code
public virtual void SetCounter(ICounter counter)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
counter |
Generated with ModularDoc